==13793== Memcheck, a memory error detector ==13793== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al. ==13793== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info ==13793== Command: ./cpp ==13793== Hello World ==13793== ==13793== HEAP SUMMARY: ==13793== in use at exit: 72,704 bytes in 1 blocks ==13793== total heap usage: 1 allocs, 0 frees, 72,704 bytes allocated ==13793== ==13793== 72,704 bytes in 1 blocks are still reachable in loss record 1 of 1 ==13793== at 0x4C29F90: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==13793== by 0x4EC01EF: pool (eh_alloc.cc:117) ==13793== by 0x4EC01EF: __static_initialization_and_destruction_0 (eh_alloc.cc:244) ==13793== by 0x4EC01EF: _GLOBAL__sub_I_eh_alloc.cc (eh_alloc.cc:307) ==13793== by 0x400F0E9: call_init.part.0 (in /usr/lib/ld-2.21.so) ==13793== by 0x400F1FA: _dl_init (in /usr/lib/ld-2.21.so) ==13793== by 0x4000DB9: ??? (in /usr/lib/ld-2.21.so) ==13793== ==13793== LEAK SUMMARY: ==13793== definitely lost: 0 bytes in 0 blocks ==13793== indirectly lost: 0 bytes in 0 blocks ==13793== possibly lost: 0 bytes in 0 blocks ==13793== still reachable: 72,704 bytes in 1 blocks ==13793== suppressed: 0 bytes in 0 blocks ==13793== ==13793== For counts of detected and suppressed errors, rerun with: -v ==13793== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)