Hi all,

I have a question about "allocating custom blocks" in "iterfacing C with object Ocaml". when we call function "caml_alloc_custom(ops, size, used, max)" in the C side, if the structure we want to allocate has a pointer, is the "size"  going to be size of the structure itself only, or should we also include the memory block that pointer points to?

Thanks,
Lin