blob: 12bb84bbd31dca841ca4b16382aba5a2adcc79f6 [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
10definitely lost: 1000 bytes in 1000 blocks.
11possibly lost: 0 bytes in 0 blocks.
12still reachable: 0 bytes in 0 blocks.
13
141000 bytes in 1000 blocks are definitely lost in loss record 1 of 1
15 at 0x........: malloc (vg_clientfuncs.c:...)
16 by 0x........: test (trivialleak.c:8)
17 by 0x........: main (trivialleak.c:13)
18 by 0x........: __libc_start_main (...libc...)
19
20LEAK SUMMARY:
21 definitely lost: 1000 bytes in 1000 blocks.
22 possibly lost: 0 bytes in 0 blocks.
23 still reachable: 0 bytes in 0 blocks.
24Reachable blocks (those to which a pointer was found) are not shown.
25To see them, rerun with: --show-reachable=yes
26