Has anyone been successful using LeakDiag to track memory allocation on 64-bit Windows? Or, do you know of another free tool to replace LeakDiag for 64-bit?
|
feedback
|
|
I have tried visual leak detector and it works quite well. It has a few quirks but it works quite nicely in my big application here at work (Managed C/C++). I also second UMDH, but the book Advanced Windows Debugging says that UMDH has limitations in that it can only detect leaks using the Windows Heap Manager, and that the C Runtime is "not tracked very well...". I've tried LeakDiag an obscure, forgotten tool, available in a dusty corner of a forgotten FTP site on microsoft. It is also described in the book Advanced Windows Debugging, however, the tool doesn't work very well at all. I consider it worthless for a 64 bit app that has Native and Managed C++ in it. | |||||
feedback
|
|
I know one powerful and free. UMDH in Debuggins Tools for Windows. See http://support.microsoft.com/kb/268343 for introductions and usage. Unfortunately it does not have the nice GUI as LeakDiag. | |||
|
feedback
|