Skip to content

Commit c9ce957

Browse files
committed
add new function to headers
1 parent 46922ed commit c9ce957

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ocaml/runtime/caml/alloc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ CAMLextern value caml_alloc_9(tag_t, value, value, value, value,
4646
CAMLextern value caml_alloc_small (mlsize_t, tag_t);
4747
CAMLextern value caml_alloc_small_with_reserved (mlsize_t, tag_t, reserved_t);
4848
CAMLextern value caml_alloc_shr_check_gc (mlsize_t, tag_t);
49+
CAMLextern value caml_alloc_mixed_shr_check_gc (mlsize_t, tag_t,
50+
mlsize_t scannable_wosize);
4951
CAMLextern value caml_alloc_tuple (mlsize_t);
5052
CAMLextern value caml_alloc_float_array (mlsize_t len);
5153
CAMLextern value caml_alloc_string (mlsize_t len); /* len in bytes (chars) */

0 commit comments

Comments
 (0)