Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ==11720== HEAP SUMMARY:
- ==11720== in use at exit: 984 bytes in 25 blocks
- ==11720== total heap usage: 107 allocs, 82 frees, 20,771 bytes allocated
- ==11720==
- ==11720== 24 bytes in 1 blocks are still reachable in loss record 1 of 3
- ==11720== at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
- ==11720== by 0x403364: __static_initialization_and_destruction_0(int, int) (main.cpp:9)
- ==11720== by 0x4033AA: _GLOBAL__sub_I_wineries (main.cpp:152)
- ==11720== by 0x4038EC: __libc_csu_init (in /home/brandan/Desktop/College/Fall 2014/CS260/Project 1/CS260 Proj 1/dist/Debug/GNU-Linux-x86/cs260_proj_1)
- ==11720== by 0x5372E54: (below main) (libc-start.c:246)
- ==11720==
- ==11720== 384 bytes in 12 blocks are definitely lost in loss record 2 of 3
- ==11720== at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
- ==11720== by 0x4026EF: list::ReadFromDisk() (list.cpp:266)
- ==11720== by 0x402B5F: main (main.cpp:12)
- ==11720==
- ==11720== 576 bytes in 12 blocks are still reachable in loss record 3 of 3
- ==11720== at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
- ==11720== by 0x401E59: list::insert(Winery const&) (list.cpp:112)
- ==11720== by 0x402939: list::ReadFromDisk() (list.cpp:278)
- ==11720== by 0x402B5F: main (main.cpp:12)
- ==11720==
- ==11720== LEAK SUMMARY:
- ==11720== definitely lost: 384 bytes in 12 blocks
- ==11720== indirectly lost: 0 bytes in 0 blocks
- ==11720== possibly lost: 0 bytes in 0 blocks
- ==11720== still reachable: 600 bytes in 13 blocks
- ==11720== suppressed: 0 bytes in 0 blocks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement