Tagged Questions

5
votes
2answers
849 views

LeakDiag for 64-bit Windows?

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?
0
votes
2answers
740 views

How to access the full stack trace of mallocs in an MFC 8.0 application?

I'm trying to find a memory leak in a windows MFC 8.0 application (Release build). After failing to show the full stack trace of allocations using WinDbg (or umdh) due to VC8 CRT's malloc problem ...