PDA

View Full Version : A Package to detect memory leaks in C apps?


veraction
January 6th, 2006, 03:03 PM
Wrote a few C programs & I want to test for memory leaks. Is there some easy to use program I can get via apt-get for this? :)

used purify before.. don't have access to it now though

kudu
January 6th, 2006, 03:47 PM
valgrind. It's in synaptic.

dcraven
January 6th, 2006, 03:48 PM
Check out valgrind. I'm sure it must be in the repos.

HTH,
~djc

veraction
January 6th, 2006, 04:00 PM
thanks - it works great