[
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: | Xavier Leroy <Xavier.Leroy@i...> |
| Subject: | Re: [Caml-list] Ocaml DLL and memory leaks |
> I have an Ocaml module packed into DLL that is dynamically loaded by > the main C program. What should I do to free all memory taken by Ocaml > runtime when the DLL is unloaded? This si not possible currently. I agree the OCaml runtime system should one day provide a cleanup function to do this. Regards, - Xavier Leroy