caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Big array with data managed by another value
@ 2008-11-14 14:03 Romain Beauxis
  2008-11-14 14:42 ` [Caml-list] " Daniel Bünzli
  0 siblings, 1 reply; 5+ messages in thread
From: Romain Beauxis @ 2008-11-14 14:03 UTC (permalink / raw)
  To: caml-list

	Hi all !

In our application, we use a custom block to carry a pointer to data allocated 
by C.

We would like to use this data with functions that use Bigarrays. Hence, we 
want a [custom_to_bigarray] function that would allocate a big array, and put 
our pointer as its data.

We can pass the CAML_BA_EXTERNAL flag to the bigarray, so that the Gc doesn't 
touch data pointer when deallocating the returned array. 

However, what I don't know how to do yet is to also tell the Gc that the 
original value should not be deallocated until we have finished dealing with 
the returned bigarray.

Is there a clean way to do that ?


Romain


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-11-14 16:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-14 14:03 Big array with data managed by another value Romain Beauxis
2008-11-14 14:42 ` [Caml-list] " Daniel Bünzli
2008-11-14 15:10   ` Daniel Bünzli
2008-11-14 15:58     ` Romain Beauxis
2008-11-14 16:23       ` Daniel Bünzli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).