Skip to content
Snippets Groups Projects
Commit cf2a89d3 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

valgrind
parent a6554e16
No related branches found
No related tags found
No related merge requests found
$Id: README.devel,v 1.5 2003-03-06 23:01:17 geuzaine Exp $ $Id: README.devel,v 1.6 2003-03-30 22:27:07 geuzaine Exp $
Some easy rules to make the code easy to read/debug/maintain: Some easy rules to make the code easy to read/debug/maintain:
...@@ -39,7 +39,7 @@ Tools to check memory leaks ...@@ -39,7 +39,7 @@ Tools to check memory leaks
export LD_PRELOAD=libnjamd.so export LD_PRELOAD=libnjamd.so
kill -USR1 kill -USR1
* valgrind * valgrind --leak-check=yes --show-reachable=yes gmsh file.geo -3
* purify * purify
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment