1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| ==7232== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 8 from 1)
==7232== malloc/free: in use at exit: 48 bytes in 4 blocks.
==7232== malloc/free: 14 allocs, 10 frees, 176 bytes allocated.
==7232== For counts of detected errors, rerun with: -v
==7232== searching for pointers to 4 not-freed blocks.
==7232== checked 167,776 bytes.
==7232==
==7232== 48 (8 direct, 40 indirect) bytes in 1 blocks are definitely lost in loss record 2 of 3
==7232== at 0x4C25F6C: operator new(unsigned long) (vg_replace_malloc.c:230)
==7232== by 0x400B91: main (in /home/awabi/Bureau/proj/projet)
==7232==
==7232== LEAK SUMMARY:
==7232== definitely lost: 8 bytes in 1 blocks.
==7232== indirectly lost: 40 bytes in 3 blocks.
==7232== possibly lost: 0 bytes in 0 blocks.
==7232== still reachable: 0 bytes in 0 blocks.
==7232== suppressed: 0 bytes in 0 blocks. |