memory leak detection patch (usable for

Detlef Riekenberg wine.dev at web.de
Fri Sep 23 13:02:21 CDT 2005


Hi Mike

> This patch is written for MSI, but could be adapted to other code.  It 
> keeps a linked list of allocated memory and removes free'd memory from 
> the list.

Nice Hint.
I will reuse that, while working on the Printing subsystem.

> so hopefully somebody else will find it useful too.

should we implement this for all with something like:

WINEHEAP_DEFINES(prefix)
wineheap_alloc
wineheap_realloc
.
.
.
wineheap_dump_allocated_memory




-- 
By By ...
      ... Detlef




More information about the wine-devel mailing list