|
From: Johannes E. S. <Joh...@gm...> - 2003-07-29 20:13:32
Attachments:
automake-1.5.patch
malloc_stack_trace_20030729.patch
|
Hi all, great project! I had the need to get detailed information for memory fragmentation, so I made a (small) patch to also output a stack trace with all malloc-related calls. This makes for huge prints, but with a small perl script one can very easy produce graphical readings of when and where the huge portions of memory are allocated and not freed early enough. Also, I had not many problems to get automake-1.5 to work, so I thought I give that patch to you also. Beware though, this is quick and dirty. Ciao, Dscho |