🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Memory leaks under Linux...

Started by
2 comments, last by Kwizatz 16 years, 7 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
Advertisement
I highly recommend Valgrind. It takes a try or two to figure out, but it's worth it.
I'd use an external tool such as Valgrind for that.
Another vote for Valgrind

This topic is closed to new replies.

Advertisement