Valgrind

From Rizzo_Lab
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