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

Usunięta treść Dodana treść
m <
nowy przykład
Linia 9:
 
valgrind --leak-check=yes ./a.out
 
lub :<ref>[http://www.geeksforgeeks.org/how-to-deallocate-memory-without-using-free-in-c/ How to deallocate memory without using free() in C? by Narendra Kangralkar]</ref>
 
valgrind –leak-check=full ./a.out
 
=Odnośniki =