1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
| ==20032== Memcheck, a memory error detector for x86-linux.
==20032== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al.
==20032== Using valgrind-2.4.0, a program supervision framework for x86-linux.
==20032== Copyright (C) 2000-2005, and GNU GPL'd, by Julian Seward et al.
==20032== For more details, rerun with: -v
==20032==
==20032==
==20032== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 21 from 1)
==20032== malloc/free: in use at exit: 40 bytes in 1 blocks.
==20032== malloc/free: 1 allocs, 0 frees, 40 bytes allocated.
==20032== For counts of detected errors, rerun with: -v
==20032== searching for pointers to 1 not-freed blocks.
==20032== checked 110592 bytes.
==20032==
==20032== LEAK SUMMARY:
==20032== definitely lost: 40 bytes in 1 blocks.
==20032== possibly lost: 0 bytes in 0 blocks.
==20032== still reachable: 0 bytes in 0 blocks.
==20032== suppressed: 0 bytes in 0 blocks.
==20032== Use --leak-check=full to see details of leaked memory. |