Browse thread
debugging memory leaks
-
Chris Waterson
-
Pierre Etchemaïté
- Chris Waterson
- Fabrice Le Fessant
-
Pierre Etchemaïté
[
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: | Fabrice Le Fessant <Fabrice.Le_fessant@i...> |
| Subject: | Re: [Caml-list] debugging memory leaks |
Interesting, I did a patch in 2004, called ocaml-memprof for ocaml-3.07,but there is not a single reference/credit to it on this page... Given the inheritance, the maintainer should be careful to keep the original author's name. - Fabrice Le Fesasnt ASAP Project, INRIA Saclay On Nov 12, 2007 8:53 AM, Pierre Etchemaïté <petchema@concept-micro.com> wrote: > Le Sun, 11 Nov 2007 21:56:06 -0800, Chris Waterson <waterson@maubi.net> a écrit : > > > I have a fairly substantial OCaml application that leaks memory. > > What tools or techniques do people use to track down memory leaks? > > Minimally, is there a way to enumerate the live objects in the heap? > > There's ocaml-memprof, a compiler patch that adds memory profiling > features to ocaml programs; > > Latest update of the patch itself, as far as I know: > http://www.pps.jussieu.fr/~smimram/docs/ocaml-3.09.3-memprof.patch > > Readme: > http://www.pps.jussieu.fr/~smimram/docs/README.memprof > > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs >