Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
gasche committed Aug 24, 2023
1 parent e4b1871 commit 7a507ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions runtime/bigarray.c
Expand Up @@ -229,6 +229,11 @@ static int ba_compute_size(int flags, int num_dims, intnat * dim, uintnat *num_e
size));
}

static caml_ba_alloc_gen(int flags, int num_dims, void * data, intnat * dim, int owns_data)
{

}

/* [caml_ba_alloc] will allocate a new bigarray object in the heap.
If [data] is NULL, the memory for the contents is also allocated
(with [malloc]) by [caml_ba_alloc].
Expand Down

0 comments on commit 7a507ce

Please sign in to comment.