|
From: Nicholas N. <nj...@cs...> - 2005-03-02 23:41:00
|
CVS commit by nethercote: memory wibble M +3 -2 valgrind-quick-start 1.4 --- devel-home/valgrind/valgrind-quick-start #1.3:1.4 @@ -31,6 +31,7 @@ option turns on the memory leak detector. -Your program will run much slower (eg. 20 to 30 times) than normal. -Memcheck will issue messages about memory errors and leaks that it detects. +Your program will run much slower (eg. 20 to 30 times) than normal, and use +a lot more memory. Memcheck will issue messages about memory errors and +leaks that it detects. |