What memory leak detection tools are available for use with open source C/C++ on Windows?
|
1
|
|
|
|
|
|
The mem package is an effective and straightforward tool to detect memory buffer overflows, underflows, leaks, double-deletion, and dangling references. |
||
|
|
|
|
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. |
||||
|
|
|
LeakDiag. Quite hard to find nowadays, but available here. You might also like to get LDGrapher, available in the same place. |
||
|
|
|
|
WinDbg is always a good choice for any program open or closed. |
||
|
|
