blob: 21cd815c29d2d1ac5fbeb80a25ad89152a1b3c73 [file] [log] [blame]
sewardjcbdddcf2005-03-10 23:23:45 +00001
2searching for pointers to 19 not-freed blocks.
3checked ... bytes.
4
524 (8+16) bytes in 1 blocks are definitely lost in loss record 15 of 19
6 at 0x........: malloc (vg_replace_malloc.c:...)
7 by 0x........: mk (leak-cycle.c:11)
8 by 0x........: mkcycle (leak-cycle.c:22)
9 by 0x........: main (leak-cycle.c:36)
10
11
1224 (8+16) bytes in 1 blocks are definitely lost in loss record 16 of 19
13 at 0x........: malloc (vg_replace_malloc.c:...)
14 by 0x........: mk (leak-cycle.c:11)
15 by 0x........: mkcycle (leak-cycle.c:22)
16 by 0x........: main (leak-cycle.c:37)
17
18
1948 (8+40) bytes in 1 blocks are definitely lost in loss record 18 of 19
20 at 0x........: malloc (vg_replace_malloc.c:...)
21 by 0x........: mk (leak-cycle.c:11)
22 by 0x........: mkcycle (leak-cycle.c:22)
23 by 0x........: main (leak-cycle.c:45)
24
25
2648 (8+40) bytes in 1 blocks are definitely lost in loss record 19 of 19
27 at 0x........: malloc (vg_replace_malloc.c:...)
28 by 0x........: mk (leak-cycle.c:11)
29 by 0x........: mkcycle (leak-cycle.c:22)
30 by 0x........: main (leak-cycle.c:59)
31
32LEAK SUMMARY:
33 definitely lost: 32 bytes in 4 blocks.
34 indirectly lost: 112 bytes in 14 blocks.
35 possibly lost: 0 bytes in 0 blocks.
36 still reachable: 24 bytes in 1 blocks.
37 suppressed: 0 bytes in 0 blocks.
38Reachable blocks (those to which a pointer was found) are not shown.
39To see them, rerun with: --show-reachable=yes
40
41ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
42malloc/free: in use at exit: 144 bytes in 18 blocks.
43malloc/free: 19 allocs, 1 frees, 168 bytes allocated.
44For a detailed leak analysis, rerun with: --leak-check=yes
45For counts of detected errors, rerun with: -v