valgrind: valgrind - A tool for debugging and profiling Linux programs valgrind: valgrind: With Valgrind's tool suite you can automatically detect many memory valgrind: management and threading bugs, avoiding hours of frustrating valgrind: bug-hunting, making your programs more stable. You can also perform valgrind: detailed profiling to help speed up your programs. valgrind: The Valgrind distribution currently includes four tools: a memory valgrind: error detector, a cache (time) profiler, a call-graph profiler, and valgrind: a heap (space) profiler. valgrind: valgrind: