Valgrind

From Rizzo_Lab
Revision as of 16:22, 11 May 2011 by Sudipto (talk | contribs) (Find memory leaks)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Find memory leaks

Works with regular compiled binaries, but runs 20-30 times slower and uses more memory.

valgrind --tool=memcheck --leak-check=full dock6 -i dock.in -o dock.out

References