Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual C++ - Memory Leak Detection

Any suggestions? This SO post talks about Visual Leak Detector, but I'm looking for other tools. Also, please don't recommend this.

like image 748
Jacob Avatar asked May 12 '10 15:05

Jacob


1 Answers

I've used Visual Leak Detector quite recently and it works pretty well. It's very simple to build it in (just include vld.h) and doesn't require any instrumentation. I found that I needed to write a couple of scripts though to parse the output into something more useful for my purposes (it is crying out for a decent GUI). Note the new website -- the project is being actively maintained on Codeplex -- the Codeproject link is very old.

like image 149
the_mandrill Avatar answered Sep 19 '22 19:09

the_mandrill