Re: Debugging the Memory leakage



Kasper Dupont <24429151269523788535@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> http://www.daimi.au.dk/~kasperd/comp.os.linux.development.faq.html#memleak

Nice text.

Doesn't mention my favorite memory debugger technique, however:

dmalloc - Debug memory allocation library

Things like valgrind and electric-fence are too heavyweight for my
taste. Dmalloc just links in a new malloc library.

Peter
.