All things technology, including programming and methodologies.
Friday, August 3, 2012
Detecting memory leaks in C/C++ executable or libs with vallgrind
This is an awesome tool. It tells u where and how your memory leaks happen. Don't forget to compile with the -g to get debug symbols....anyway the tool is called
No comments:
Post a Comment