Programowanie w systemie UNIX/Valgrind: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
nowy przykład
Nie podano opisu zmian
Linia 1:
Valgrind <ref>[[w:Valgrind|Valgrind w wikipedii]]</ref>
 
Przykład użycia :<ref>[http://www.thegeekstuff.com/2011/11/valgrind-memcheck/| How to Detect Memory Leaks Using Valgrind memcheck Tool for C / C++ by Himanshu Arora on November 28, 2011 ]</ref>
 
valgrind --tool=memcheck ./a.out
 
 
albo <ref>[http://valgrind.org/docs/manual/quick-start.html| The Valgrind Quick Start Guide]</ref>
 
valgrind --leak-check=yes ./a.out