Advertisement
Guest User

Untitled

a guest
May 3rd, 2020
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. ==57962==
  2. ==57962== HEAP SUMMARY:
  3. ==57962== in use at exit: 3,968 bytes in 32 blocks
  4. ==57962== total heap usage: 501 allocs, 469 frees, 304,540 bytes allocated
  5. ==57962==
  6. ==57962== 4 bytes in 1 blocks are definitely lost in loss record 1 of 6
  7. ==57962== at 0x483977F: malloc (vg_replace_malloc.c:309)
  8. ==57962== by 0x109203: main (in /home/test/temp/test/test)
  9. ==57962==
  10. ==57962== 16 bytes in 2 blocks are definitely lost in loss record 2 of 6
  11. ==57962== at 0x483977F: malloc (vg_replace_malloc.c:309)
  12. ==57962== by 0x10A522: main (in /home/test/temp/test/test)
  13. ==57962==
  14. ==57962== 32 bytes in 4 blocks are definitely lost in loss record 3 of 6
  15. ==57962== at 0x483977F: malloc (vg_replace_malloc.c:309)
  16. ==57962== by 0x10B9C8: IAR (in /home/test/temp/test/test)
  17. ==57962== by 0x109CC8: main (in /home/test/temp/test/test)
  18. ==57962==
  19. ==57962== 324 bytes in 20 blocks are definitely lost in loss record 4 of 6
  20. ==57962== at 0x483977F: malloc (vg_replace_malloc.c:309)
  21. ==57962== by 0x10B739: ALR (in /home/test/temp/test/test)
  22. ==57962== by 0x1094E3: main (in /home/test/temp/test/test)
  23. ==57962==
  24. ==57962== 1,768 bytes in 2 blocks are definitely lost in loss record 5 of 6
  25. ==57962== at 0x483BD7B: realloc (vg_replace_malloc.c:836)
  26. ==57962== by 0x109E97: main (in /home/test/temp/test/test)
  27. ==57962==
  28. ==57962== 1,824 bytes in 3 blocks are definitely lost in loss record 6 of 6
  29. ==57962== at 0x483BD7B: realloc (vg_replace_malloc.c:836)
  30. ==57962== by 0x10A438: main (in /home/test/temp/test/test)
  31. ==57962==
  32. ==57962== LEAK SUMMARY:
  33. ==57962== definitely lost: 3,968 bytes in 32 blocks
  34. ==57962== indirectly lost: 0 bytes in 0 blocks
  35. ==57962== possibly lost: 0 bytes in 0 blocks
  36. ==57962== still reachable: 0 bytes in 0 blocks
  37. ==57962== suppressed: 0 bytes in 0 blocks
  38. ==57962==
  39. ==57962== ERROR SUMMARY: 6 errors from 6 contexts (suppressed: 0 from 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement