piotr.rezmer@ens.net.pl
10-Jan-2010, 07:29 PM
I think It would good to be able to get a list of biggest memory allocations, something like:
function getBiggestMemoryAllocations: string;
It could be an extension to memory leak detection which is performed at application shutdown.
Even more beautiful: to have an external GUI application that could connect to tested application (GUI-less e.g. NT Service) and retrieve memory allocations and display them.
function getBiggestMemoryAllocations: string;
It could be an extension to memory leak detection which is performed at application shutdown.
Even more beautiful: to have an external GUI application that could connect to tested application (GUI-less e.g. NT Service) and retrieve memory allocations and display them.