Browse thread
caml_copy_string
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Stéphane Glondu <Stephane.Glondu@c...> |
| Subject: | Re: [Caml-list] caml_copy_string |
Le 23/08/2010 14:09, Florent Monnier a écrit : >> Is there a way to get a string from C to OCaml without the caml_copy_string >> function, or is there a version that doesn't copy the string? > > an alternative method is to provide a string from ocaml to c then c fills this > buffer, then you can save allocations by reusing the same buffer, see: [...] You can also wrap your C pointer into bigarrays. -- Stéphane