Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. ==24409==
  2. ==24409== HEAP SUMMARY:
  3. ==24409== in use at exit: 73,680 bytes in 62 blocks
  4. ==24409== total heap usage: 314 allocs, 252 frees, 80,908 bytes allocated
  5. ==24409==
  6. ==24409== 16 bytes in 1 blocks are definitely lost in loss record 1 of 14
  7. ==24409== at 0x4C2E0EF: operator new(unsigned long) (vg_replace_malloc.c:333)
  8. ==24409== by 0x403AC3: LinkedListOfInts::addFront(int) (LinkedListOfInts.cpp:81)
  9. ==24409== by 0x400FDE: TestLinkedList::testIsEmpty() (TestLinkedList.cpp:29)
  10. ==24409== by 0x401D2C: TestLinkedList::runTests() (TestLinkedList.cpp:235)
  11. ==24409== by 0x400EA3: main (main.cpp:19)
  12. ==24409==
  13. ==24409== 160 (16 direct, 144 indirect) bytes in 1 blocks are definitely lost in loss record 8 of 14
  14. ==24409== at 0x4C2E0EF: operator new(unsigned long) (vg_replace_malloc.c:333)
  15. ==24409== by 0x403AC3: LinkedListOfInts::addFront(int) (LinkedListOfInts.cpp:81)
  16. ==24409== by 0x401152: TestLinkedList::testSize() (TestLinkedList.cpp:58)
  17. ==24409== by 0x401D47: TestLinkedList::runTests() (TestLinkedList.cpp:237)
  18. ==24409== by 0x400EA3: main (main.cpp:19)
  19. ==24409==
  20. ==24409== 160 (16 direct, 144 indirect) bytes in 1 blocks are definitely lost in loss record 9 of 14
  21. ==24409== at 0x4C2E0EF: operator new(unsigned long) (vg_replace_malloc.c:333)
  22. ==24409== by 0x403AC3: LinkedListOfInts::addFront(int) (LinkedListOfInts.cpp:81)
  23. ==24409== by 0x401225: TestLinkedList::testSearch() (TestLinkedList.cpp:71)
  24. ==24409== by 0x401D62: TestLinkedList::runTests() (TestLinkedList.cpp:239)
  25. ==24409== by 0x400EA3: main (main.cpp:19)
  26. ==24409==
  27. ==24409== 160 (16 direct, 144 indirect) bytes in 1 blocks are definitely lost in loss record 10 of 14
  28. ==24409== at 0x4C2E0EF: operator new(unsigned long) (vg_replace_malloc.c:333)
  29. ==24409== by 0x403AC3: LinkedListOfInts::addFront(int) (LinkedListOfInts.cpp:81)
  30. ==24409== by 0x403A9A: LinkedListOfInts::addBack(int) (LinkedListOfInts.cpp:74)
  31. ==24409== by 0x40141D: TestLinkedList::testAddBack() (TestLinkedList.cpp:115)
  32. ==24409== by 0x401D7D: TestLinkedList::runTests() (TestLinkedList.cpp:241)
  33. ==24409== by 0x400EA3: main (main.cpp:19)
  34. ==24409==
  35. ==24409== 160 (16 direct, 144 indirect) bytes in 1 blocks are definitely lost in loss record 11 of 14
  36. ==24409== at 0x4C2E0EF: operator new(unsigned long) (vg_replace_malloc.c:333)
  37. ==24409== by 0x403AC3: LinkedListOfInts::addFront(int) (LinkedListOfInts.cpp:81)
  38. ==24409== by 0x401602: TestLinkedList::testAddFront() (TestLinkedList.cpp:140)
  39. ==24409== by 0x401D98: TestLinkedList::runTests() (TestLinkedList.cpp:243)
  40. ==24409== by 0x400EA3: main (main.cpp:19)
  41. ==24409==
  42. ==24409== 160 (16 direct, 144 indirect) bytes in 1 blocks are definitely lost in loss record 12 of 14
  43. ==24409== at 0x4C2E0EF: operator new(unsigned long) (vg_replace_malloc.c:333)
  44. ==24409== by 0x403AC3: LinkedListOfInts::addFront(int) (LinkedListOfInts.cpp:81)
  45. ==24409== by 0x401816: TestLinkedList::testRemoveBack() (TestLinkedList.cpp:165)
  46. ==24409== by 0x401DB3: TestLinkedList::runTests() (TestLinkedList.cpp:245)
  47. ==24409== by 0x400EA3: main (main.cpp:19)
  48. ==24409==
  49. ==24409== 160 (16 direct, 144 indirect) bytes in 1 blocks are definitely lost in loss record 13 of 14
  50. ==24409== at 0x4C2E0EF: operator new(unsigned long) (vg_replace_malloc.c:333)
  51. ==24409== by 0x403AC3: LinkedListOfInts::addFront(int) (LinkedListOfInts.cpp:81)
  52. ==24409== by 0x401A68: TestLinkedList::testRemoveFront() (TestLinkedList.cpp:195)
  53. ==24409== by 0x401DCE: TestLinkedList::runTests() (TestLinkedList.cpp:247)
  54. ==24409== by 0x400EA3: main (main.cpp:19)
  55. ==24409==
  56. ==24409== LEAK SUMMARY:
  57. ==24409== definitely lost: 112 bytes in 7 blocks
  58. ==24409== indirectly lost: 864 bytes in 54 blocks
  59. ==24409== possibly lost: 0 bytes in 0 blocks
  60. ==24409== still reachable: 72,704 bytes in 1 blocks
  61. ==24409== suppressed: 0 bytes in 0 blocks
  62. ==24409== Reachable blocks (those to which a pointer was found) are not shown.
  63. ==24409== To see them, rerun with: --leak-check=full --show-leak-kinds=all
  64. ==24409==
  65. ==24409== For counts of detected and suppressed errors, rerun with: -v
  66. ==24409== ERROR SUMMARY: 7 errors from 7 contexts (suppressed: 0 from 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement