blob: 77e0a60c0b03f547aa286dcf583f970b90b69dfb [file] [log] [blame]
njn25e49d8e72002-09-23 09:36:25 +00001
2
3ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
4malloc/free: in use at exit: 1000 bytes in 1000 blocks.
5malloc/free: 1000 allocs, 0 frees, 1000 bytes allocated.
6For counts of detected errors, rerun with: -v
7searching for pointers to 1000 not-freed blocks.
8checked ... bytes.
9
njn25e49d8e72002-09-23 09:36:25 +0000101000 bytes in 1000 blocks are definitely lost in loss record 1 of 1
njn3e884182003-04-15 13:03:23 +000011 at 0x........: malloc (vg_replace_malloc.c:...)
njn25e49d8e72002-09-23 09:36:25 +000012 by 0x........: test (trivialleak.c:8)
njn12f4c8a2002-11-18 11:46:48 +000013 by 0x........: main (trivialleak.c:12)
njn25e49d8e72002-09-23 09:36:25 +000014 by 0x........: __libc_start_main (...libc...)
15
16LEAK SUMMARY:
17 definitely lost: 1000 bytes in 1000 blocks.
18 possibly lost: 0 bytes in 0 blocks.
19 still reachable: 0 bytes in 0 blocks.
njn8defbd22003-01-28 19:53:09 +000020 suppressed: 0 bytes in 0 blocks.
njn25e49d8e72002-09-23 09:36:25 +000021Reachable blocks (those to which a pointer was found) are not shown.
22To see them, rerun with: --show-reachable=yes
23