blob: 589bc8f633da9c8be0a79fdf504c0884375701bb [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 1 blocks.
5malloc/free: 1 allocs, 0 frees, 1000 bytes allocated.
6For counts of detected errors, rerun with: -v
7searching for pointers to 1 not-freed blocks.
8checked ... bytes.
9
10definitely lost: 1000 bytes in 1 blocks.
11possibly lost: 0 bytes in 0 blocks.
12still reachable: 0 bytes in 0 blocks.
13
141000 bytes in 1 blocks are definitely lost in loss record 1 of 1
15 at 0x........: malloc (vg_clientfuncs.c:...)
16 by 0x........: main (nanoleak.c:6)
17 by 0x........: __libc_start_main (...libc...)
njn12f4c8a2002-11-18 11:46:48 +000018 by 0x........: (within /.../tests/nanoleak)
njn25e49d8e72002-09-23 09:36:25 +000019
20LEAK SUMMARY:
21 definitely lost: 1000 bytes in 1 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