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