1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
All heap blocks were freed -- no leaks are possible
LEAK SUMMARY:
definitely lost: 0 (+0) bytes in 0 (+0) blocks
indirectly lost: 0 (+0) bytes in 0 (+0) blocks
possibly lost: 0 (+0) bytes in 0 (+0) blocks
still reachable: 40 (+40) bytes in 1 (+1) blocks
suppressed: 0 (+0) bytes in 0 (+0) blocks
Reachable blocks (those to which a pointer was found) are not shown.
To see them, rerun with: --leak-check=full --show-leak-kinds=all
realloc() with size 0
at 0x........: reallocarray (vg_replace_malloc.c:...)
by 0x........: main (reallocarray.c:13)
Address 0x........ is 0 bytes inside a block of size 40 alloc'd
at 0x........: reallocarray (vg_replace_malloc.c:...)
by 0x........: main (reallocarray.c:11)
LEAK SUMMARY:
definitely lost: 0 (+0) bytes in 0 (+0) blocks
indirectly lost: 0 (+0) bytes in 0 (+0) blocks
possibly lost: 0 (+0) bytes in 0 (+0) blocks
still reachable: 1 (-39) bytes in 1 (+0) blocks
suppressed: 0 (+0) bytes in 0 (+0) blocks
Reachable blocks (those to which a pointer was found) are not shown.
To see them, rerun with: --leak-check=full --show-leak-kinds=all
realloc() with size 0
at 0x........: reallocarray (vg_replace_malloc.c:...)
by 0x........: main (reallocarray.c:15)
Address 0x........ is 0 bytes inside a block of size 1 alloc'd
at 0x........: reallocarray (vg_replace_malloc.c:...)
by 0x........: main (reallocarray.c:13)
All heap blocks were freed -- no leaks are possible
LEAK SUMMARY:
definitely lost: 0 (+0) bytes in 0 (+0) blocks
indirectly lost: 0 (+0) bytes in 0 (+0) blocks
possibly lost: 0 (+0) bytes in 0 (+0) blocks
still reachable: 40 (+39) bytes in 1 (+0) blocks
suppressed: 0 (+0) bytes in 0 (+0) blocks
Reachable blocks (those to which a pointer was found) are not shown.
To see them, rerun with: --leak-check=full --show-leak-kinds=all
LEAK SUMMARY:
definitely lost: 0 (+0) bytes in 0 (+0) blocks
indirectly lost: 0 (+0) bytes in 0 (+0) blocks
possibly lost: 0 (+0) bytes in 0 (+0) blocks
still reachable: 40 (+0) bytes in 1 (+0) blocks
suppressed: 0 (+0) bytes in 0 (+0) blocks
Reachable blocks (those to which a pointer was found) are not shown.
To see them, rerun with: --leak-check=full --show-leak-kinds=all
LEAK SUMMARY:
definitely lost: 0 (+0) bytes in 0 (+0) blocks
indirectly lost: 0 (+0) bytes in 0 (+0) blocks
possibly lost: 0 (+0) bytes in 0 (+0) blocks
still reachable: 40 (+0) bytes in 1 (+0) blocks
suppressed: 0 (+0) bytes in 0 (+0) blocks
Reachable blocks (those to which a pointer was found) are not shown.
To see them, rerun with: --leak-check=full --show-leak-kinds=all
HEAP SUMMARY:
in use at exit: 40 bytes in 1 blocks
total heap usage: 4 allocs, 3 frees, 82 bytes allocated
For a detailed leak analysis, rerun with: --leak-check=full
For lists of detected and suppressed errors, rerun with: -s
ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|