Skip to content

Instantly share code, notes, and snippets.

@swgillespie
Created August 18, 2015 21:15
Show Gist options
  • Save swgillespie/169bcc992afe5db7eeb9 to your computer and use it in GitHub Desktop.
Save swgillespie/169bcc992afe5db7eeb9 to your computer and use it in GitHub Desktop.
==13350== HEAP SUMMARY:
==13350== in use at exit: 38,917 bytes in 418 blocks
==13350== total heap usage: 523 allocs, 105 frees, 59,181 bytes allocated
==13350==
==13350== 4,096 bytes in 1 blocks are still reachable in loss record 80 of 80
==13350== at 0x10000950B: malloc (in /usr/local/Cellar/valgrind/HEAD/lib/valgrind/vgpreload_memcheck-amd64-darwin.so)
==13350== by 0x1001D1696: __smakebuf (in /usr/lib/system/libsystem_c.dylib)
==13350== by 0x1001E61E7: __swsetup (in /usr/lib/system/libsystem_c.dylib)
==13350== by 0x1002005BD: __v2printf (in /usr/lib/system/libsystem_c.dylib)
==13350== by 0x100200AE0: __xvprintf (in /usr/lib/system/libsystem_c.dylib)
==13350== by 0x1001D69D1: vfprintf_l (in /usr/lib/system/libsystem_c.dylib)
==13350== by 0x1001D4837: printf (in /usr/lib/system/libsystem_c.dylib)
==13350== by 0x10000138C: main (main.c:92)
==13350==
==13350== LEAK SUMMARY:
==13350== definitely lost: 0 bytes in 0 blocks
==13350== indirectly lost: 0 bytes in 0 blocks
==13350== possibly lost: 0 bytes in 0 blocks
==13350== still reachable: 4,096 bytes in 1 blocks
==13350== suppressed: 34,821 bytes in 417 blocks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment