Ticket #9108: boost_error.txt

File boost_error.txt, 1.1 KB (added by Adam Baxter <adam.m.baxter@…>, 9 years ago)

Valgrind error message

Line 
1==15820==
2==15820== HEAP SUMMARY:
3==15820== in use at exit: 8,000 bytes in 1 blocks
4==15820== total heap usage: 20 allocs, 19 frees, 49,624 bytes allocated
5==15820==
6==15820== 8,000 bytes in 1 blocks are definitely lost in loss record 1 of 1
7==15820== at 0x4A068F3: operator new(unsigned long) (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
8==15820== by 0x4016EF: MapTest::MapTest(boost::container::flat_multimap<int, int, std::less<int>, std::allocator<std::pair<int, int> > > const&) (in /home/abaxter/Projects/Du/apollo-build/bin/sandbox)
9==15820== by 0x4013B9: main (in /home/abaxter/Projects/Du/apollo-build/bin/sandbox)
10==15820==
11==15820== LEAK SUMMARY:
12==15820== definitely lost: 8,000 bytes in 1 blocks
13==15820== indirectly lost: 0 bytes in 0 blocks
14==15820== possibly lost: 0 bytes in 0 blocks
15==15820== still reachable: 0 bytes in 0 blocks
16==15820== suppressed: 0 bytes in 0 blocks
17==15820==
18==15820== For counts of detected and suppressed errors, rerun with: -v
19==15820== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 2 from 2)
20