Question dump all memory allocations?

lala

New member
Joined
Sep 17, 2009
Messages
1
Programming Experience
10+
hi,
I've been using some memory profilers to try and track down a memory leak - but am swamped with posibilities.

Am wondering if anyone has a function to dump all memory allocations that are present as a form closes/disposes.

Thanks
 
Does the profiler point to any specific leak types: graphics objects, file IO objects, or datasets? These are some of the big ones. There are also COM objects that can be hard to release - Word being the biggest offender here.
 
Back
Top