Monday, November 29, 2010

Memory Leaks - Detection - Tools

http://www.glowcode.com/summary.htmDevelop and deliver high performance Windows and .NET applications with GlowCode, the fastest profiler on the market
http://www.softwareverify.com/cpp/memory/index.htmlC++ memory leak detector - Memory ValidatorMemory Validator is a memory leak and memory error detection software tool for use by software developers, software quality assurance testers and customer support staff.
http://sites.google.com/site/dmoulding/vldVisual Leak Detector is a free, robust, open-source memory leak detection system for Visual C++.
http://wiki.winehq.org/Wine_and_ValgrindValgrind (http://www.valgrind.org/) is a set of tools aimed at finding bugs and performance problems in programs. By default, it catches reads of uninitialized memory, accesses to inaccessible memory, and memory leaks.