Valgrind: Difference between revisions
From charlesreid1
(Created page with "Valgrind is a memory analysis tool: http://valgrind.org/") |
No edit summary |
||
| Line 1: | Line 1: | ||
Valgrind is a memory analysis tool: http://valgrind.org/ | Valgrind is a memory analysis tool. | ||
Main page: http://valgrind.org/ | |||
Quick start: http://valgrind.org/docs/manual/quick-start.html | |||
There are many tools built into Valgrind. I have used it for detecting leaks when building a component in a large C++ framework for scientific computing. | |||
Revision as of 21:54, 19 March 2017
Valgrind is a memory analysis tool.
Main page: http://valgrind.org/
Quick start: http://valgrind.org/docs/manual/quick-start.html
There are many tools built into Valgrind. I have used it for detecting leaks when building a component in a large C++ framework for scientific computing.