Skip to content

Instantly share code, notes, and snippets.

@tgummerer
Created May 30, 2012 14:52
Show Gist options
  • Save tgummerer/2836819 to your computer and use it in GitHub Desktop.
Save tgummerer/2836819 to your computer and use it in GitHub Desktop.
tommy at tgummerer in webkit_cachetree on master ±$ GIT_INDEX_FILE=.git/index-v5 valgrind ../git/git ls-files > /dev/null
==77703== Memcheck, a memory error detector
==77703== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
==77703== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
==77703== Command: ../git/git ls-files
==77703==
--77703-- ../git/git:
--77703-- dSYM directory is missing; consider using --dsymutil=yes
==77703==
==77703== HEAP SUMMARY:
==77703== in use at exit: 47,003,530 bytes in 384,392 blocks
==77703== total heap usage: 570,780 allocs, 186,388 frees, 50,251,985 bytes allocated
==77703==
==77703== LEAK SUMMARY:
==77703== definitely lost: 13,848,807 bytes in 190,996 blocks
==77703== indirectly lost: 624,420 bytes in 5,737 blocks
==77703== possibly lost: 54 bytes in 1 blocks
==77703== still reachable: 32,530,249 bytes in 187,658 blocks
==77703== suppressed: 0 bytes in 0 blocks
==77703== Rerun with --leak-check=full to see details of leaked memory
==77703==
==77703== For counts of detected and suppressed errors, rerun with: -v
==77703== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 28 from 8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment