Ananth wrote: >> I need an efficient method or tool to get a very small memory leak in huge >> c++ engine written using Visual studio 2005. > > Is this for your professional work? If yes, ask your company to buy > Rational Purify.
According to reviews I've read, Purify is big, bulky, expensive, and doesn't necessarily work any better than the other commercial tools like BoundsChecker (also big, bulky, and expensive). I'd personally give Visual Leak Detector (free) a try before going through the "channels" to get a big piece of software purchased and installed that may not necessarily work. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
