Распечатка 8.8 Пример работы Valgrind |
Предыдущая Содержание Следующая |
Распечатка 8.8.
shell> valgrind ps ==4187== Memcheck, a.k.a. Valgrind, a memory error detector for x86-linux. ==4187== Copyright (C) 2002-2003, and GNU GPL'd, by Julian Seward. ==4187== Using valgrind-2.0.0, a program supervision framework for x86-linux. ==4187== Copyright (C) 2000-2003, and GNU GPL'd, by Julian Seward. ==4187== Estimated CPU clock rate is 2194 MHz ==4187== For more details, rerun with: -v ==4187== PID TTY TIME CMD 3753 pts/3 00:00:00 bash 4187 pts/3 00:00:00 ps ==4187== discard syms in /lib/libnss_files-2.3.2.so due to munmap() ==4187== ==4187== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 1) ==4187== malloc/free: in use at exit: 125277 bytes in 117 blocks. ==4187== malloc/free: 353 allocs, 236 frees, 252784 bytes allocated. ==4187== For a detailed leak analysis, rerun with: --leakcheck= yes ==4187== For counts of detected errors, rerun with: -v
|
Предыдущая Содержание Следующая |