Re: malloc: memory leak instrumentation

2011-05-08 Thread Otto Moerbeek
On Fri, May 06, 2011 at 07:53:01AM +0200, Otto Moerbeek wrote: On Thu, May 05, 2011 at 08:21:25PM +0200, Otto Moerbeek wrote: On Thu, May 05, 2011 at 02:29:39PM +0200, Otto Moerbeek wrote: Hi, Now that the latest chunk scan optimization diff is committed, it's time to present

malloc: memory leak instrumentation

2011-05-05 Thread Otto Moerbeek
Hi, Now that the latest chunk scan optimization diff is committed, it's time to present a malloc feature diff. This diff adds instrumentation to a MALLOC_STATS enabled malloc.c to detect and report memory leaks, including the address of the code that allocated memory that was not freed. With

Re: malloc: memory leak instrumentation

2011-05-05 Thread Otto Moerbeek
On Thu, May 05, 2011 at 02:29:39PM +0200, Otto Moerbeek wrote: Hi, Now that the latest chunk scan optimization diff is committed, it's time to present a malloc feature diff. This diff adds instrumentation to a MALLOC_STATS enabled malloc.c to detect and report memory leaks, including

Re: malloc: memory leak instrumentation

2011-05-05 Thread Otto Moerbeek
On Thu, May 05, 2011 at 08:21:25PM +0200, Otto Moerbeek wrote: On Thu, May 05, 2011 at 02:29:39PM +0200, Otto Moerbeek wrote: Hi, Now that the latest chunk scan optimization diff is committed, it's time to present a malloc feature diff. This diff adds instrumentation to a