September 16, 2009

Detecting memory leaks in C++

References from C++ Professionals group on LinkedIn.

http://www.research.att.com/~bs/bs_faq2.html#memory-leaks
http://www.boost.org/doc/libs/1_40_0/libs/smart_ptr/smart_ptr.htm
http://www.hpl.hp.com/personal/Hans_Boehm/gc/
http://www.flipcode.com/archives/Presenting_A_Memory_Manager.shtml
http://duma.sourceforge.net/
http://www.andreasen.org/LeakTracer/
http://perens.com/FreeSoftware/ElectricFence/
http://valgrind.org/

No comments: