Valgrind
Valgrind (pronounced as val-grinned) is an instrumentation framework for a suite of powerful tools. It is open source software (OSS), released under the terms of the GNU GPL ver. 2; it was originally developed by Julian Seward. Valgrind is an award-winning suite of tools for memory debugging and profiling. It has evolved to become a framework for creating dynamic analysis tools. In fact, it's really a virtual machine; Valgrind uses a technology called dynamic binary instrumentation (DBI) to instrument code. Read more on its homepage: http://valgrind.org/.
The tremendous upside of Valgrind is its tool suite—primarily the Memory Checker tool ( Memcheck). There are several other checker and profiling tools as well, enumerated in the ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access