This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
Well-known tool for finding errors of work with memory. An instrumentation framework for building dynamic analysis tools. The Valgrind tools can automatically detect many memory management and threading bugs, and profile your programs in detail.
First released | 2000 |
Developed by | Julian Seward |
Latest stable version | 3 |
Open-source | Not defined |
Valgrind has modular architecture and consists from kernel, that perform processor emulation, and modules, that collect and analyze information, obtained from the kernel during execution of analyzed code.