Translations:Valgrind/5/en

From Alliance Doc
Jump to navigation Jump to search

Using Valgrind

Once your code is compiled with the proper options, you execute it within Valgrind with the following command :

Question.png
[name@server ~]$ valgrind --tool=memcheck --leak-check=yes --show-reachable=yes ./your_program