Skip to content

Instantly share code, notes, and snippets.

@vosst
Created September 27, 2017 07:55
Show Gist options
  • Save vosst/ccf06ab922f316a6f7018206c179f0f7 to your computer and use it in GitHub Desktop.
Save vosst/ccf06ab922f316a6f7018206c179f0f7 to your computer and use it in GitHub Desktop.
`valgrind` output with fix
==99== HEAP SUMMARY:
==99== in use at exit: 1,496,487 bytes in 2,534 blocks
==99== total heap usage: 46,029 allocs, 43,495 frees, 100,254,527 bytes allocated
==99==
==99== LEAK SUMMARY:
==99== definitely lost: 0 bytes in 0 blocks
==99== indirectly lost: 0 bytes in 0 blocks
==99== possibly lost: 114,199 bytes in 611 blocks
==99== still reachable: 1,382,288 bytes in 1,923 blocks
==99== suppressed: 0 bytes in 0 blocks
==99== Rerun with --leak-check=full to see details of leaked memory
==99==
==99== For counts of detected and suppressed errors, rerun with: -v
==99== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment