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