Memory leak detection under Windows for GNU C/C++ [closed] Memory leak detection under Windows for GNU C/C++ [closed] windows windows

Memory leak detection under Windows for GNU C/C++ [closed]


I've been using VLD (Visual Leak Detector) for some times, it works nicely for good code, for more complex code; it's not perfect.


The mem (revised) package is an effective and straightforward tool to detect memory buffer overflows, underflows, leaks, double-deletion, and dangling references.

Original link to c.snippets.org, now invalid.


WinDbg is always a good choice for any program open or closed.