sewardj | cbdddcf | 2005-03-10 23:23:45 +0000 | [diff] [blame] | 1 | |
| 2 | searching for pointers to 18 not-freed blocks. |
| 3 | checked ... bytes. |
| 4 | |
| 5 | 24 (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 | |
| 12 | 24 (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 | |
| 19 | 48 (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 | |
| 26 | 48 (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 | |
| 32 | LEAK 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. |
| 38 | Reachable blocks (those to which a pointer was found) are not shown. |
| 39 | To see them, rerun with: --show-reachable=yes |
| 40 | |
| 41 | ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) |
| 42 | malloc/free: in use at exit: 144 bytes in 18 blocks. |
| 43 | malloc/free: 18 allocs, 0 frees, 144 bytes allocated. |
| 44 | For a detailed leak analysis, rerun with: --leak-check=yes |
| 45 | For counts of detected errors, rerun with: -v |