blob: f981f89f50071863546bff8adf8ad879ec2ab4e6 [file] [log] [blame]
sewardjcbdddcf2005-03-10 23:23:45 +00001
2searching for pointers to 18 not-freed blocks.
3checked ... bytes.
4
524 (8 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record 15 of 18
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 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record 16 of 18
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 direct, 40 indirect) bytes in 1 blocks are definitely lost in loss record 17 of 18
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 direct, 40 indirect) bytes in 1 blocks are definitely lost in loss record 18 of 18
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: 0 bytes in 0 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: 18 allocs, 0 frees, 144 bytes allocated.
44For a detailed leak analysis, rerun with: --leak-check=yes
45For counts of detected errors, rerun with: -v