└──> valgrind ./a.out ==2336== Memcheck, a memory error detector ==2336== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al. ==2336== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info ==2336== Command: ./a.out ==2336== ==2336== ==2336== HEAP SUMMARY: ==2336== in use at exit: 91,424 bytes in 10 blocks ==2336== total heap usage: 10,027 allocs, 10,017 frees, 914,686 bytes allocated ==2336== ==2336== LEAK SUMMARY: ==2336== definitely lost: 4 bytes in 1 blocks ==2336== indirectly lost: 0 bytes in 0 blocks ==2336== possibly lost: 0 bytes in 0 blocks ==2336== still reachable: 91,420 bytes in 9 blocks ==2336== suppressed: 0 bytes in 0 blocks ==2336== Rerun with --leak-check=full to see details of leaked memory ==2336== ==2336== For counts of detected and suppressed errors, rerun with: -v ==2336== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)