Advertisement

Memory leaks under Linux...

Started by November 29, 2007 06:57 PM
2 comments, last by Kwizatz 16 years, 10 months ago
I've Googled around but I haven't found a way to catch memory leaks in my project in Linux. I remember under windows there was a simple header you could include and it would catch memory leaks. But what are my choices under Linux? Thanks
I highly recommend Valgrind. It takes a try or two to figure out, but it's worth it.
Advertisement
I'd use an external tool such as Valgrind for that.
Another vote for Valgrind

This topic is closed to new replies.

Advertisement