Skip to content

Instantly share code, notes, and snippets.

@AlexDaniel
Created June 28, 2015 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexDaniel/d6ecc6715b357e62ee3d to your computer and use it in GitHub Desktop.
Save AlexDaniel/d6ecc6715b357e62ee3d to your computer and use it in GitHub Desktop.
perl6 leak summary
==17910== HEAP SUMMARY:
==17910== in use at exit: 87,746,201 bytes in 373,663 blocks
==17910== total heap usage: 23,995,963 allocs, 23,622,301 frees, 14,528,339,561 bytes allocated
==17910==
==17910== LEAK SUMMARY:
==17910== definitely lost: 701,878 bytes in 40,077 blocks
==17910== indirectly lost: 3,973,774 bytes in 39,902 blocks
==17910== possibly lost: 114,107 bytes in 3,258 blocks
==17910== still reachable: 82,956,442 bytes in 290,426 blocks
==17910== suppressed: 0 bytes in 0 blocks
==17910== Rerun with --leak-check=full to see details of leaked memory
==17910==
==17910== For counts of detected and suppressed errors, rerun with: -v
==17910== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment