Memory checker and error detector for C++
-
Hi there, I need to use a memory checker "like" Intel Memory Inspector. Of course I do'nt have 800 USD to buy such tool so I wonder if there are alternatives ?
Push Framework - now released ! http://www.pushframework.com
-
Hi there, I need to use a memory checker "like" Intel Memory Inspector. Of course I do'nt have 800 USD to buy such tool so I wonder if there are alternatives ?
Push Framework - now released ! http://www.pushframework.com
Have a look at VLD (Visual Leak Detector - Enhanced Memory Leak Detection for Visual C++[^]), it's not perfect, but it's a good start. But remember that $800 is not "that much" money, if you spend couple of days every couple of months looking for memory leaks and errors the product will pay itself.
Watched code never compiles.