Skip to content

Instantly share code, notes, and snippets.

@wsdookadr
Created December 19, 2010 18:27
Show Gist options
  • Select an option

  • Save wsdookadr/747566 to your computer and use it in GitHub Desktop.

Select an option

Save wsdookadr/747566 to your computer and use it in GitHub Desktop.
==7102== Memcheck, a memory error detector
==7102== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
==7102== Using Valgrind-3.6.0.SVN-Debian and LibVEX; rerun with -h for copyright info
==7102== Command: ls
==7102==
==7102==
==7102== HEAP SUMMARY:
==7102== in use at exit: 13,803 bytes in 14 blocks
==7102== total heap usage: 49 allocs, 35 frees, 49,070 bytes allocated
==7102==
==7102== LEAK SUMMARY:
==7102== definitely lost: 0 bytes in 0 blocks
==7102== indirectly lost: 0 bytes in 0 blocks
==7102== possibly lost: 0 bytes in 0 blocks
==7102== still reachable: 13,803 bytes in 14 blocks
==7102== suppressed: 0 bytes in 0 blocks
==7102== Reachable blocks (those to which a pointer was found) are not shown.
==7102== To see them, rerun with: --leak-check=full --show-reachable=yes
==7102==
==7102== For counts of detected and suppressed errors, rerun with: -v
==7102== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 23 from 6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment