Skip to content

Instantly share code, notes, and snippets.

@cinemast
Created November 16, 2014 14:27
Show Gist options
  • Save cinemast/062cc6e86542b1ce4bcd to your computer and use it in GitHub Desktop.
Save cinemast/062cc6e86542b1ce4bcd to your computer and use it in GitHub Desktop.
==29076==
==29076== HEAP SUMMARY:
==29076== in use at exit: 96,253 bytes in 3,118 blocks
==29076== total heap usage: 25,411 allocs, 22,293 frees, 893,565,548 bytes allocated
==29076==
==29076== 21 bytes in 1 blocks are definitely lost in loss record 3 of 590
==29076== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==29076== by 0x617AAB1: strdup (strdup.c:43)
==29076== by 0x9A2DB6A: p11_kit_registered_module_to_name (in /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0)
==29076== by 0x81A7754: gnutls_pkcs11_init (in /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8)
==29076== by 0x8191121: gnutls_global_init (in /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8)
==29076== by 0x400F305: call_init.part.0 (dl-init.c:85)
==29076== by 0x400F3DE: _dl_init (dl-init.c:52)
==29076== by 0x40016E9: ??? (in /lib/x86_64-linux-gnu/ld-2.15.so)
==29076==
==29076== LEAK SUMMARY:
==29076== definitely lost: 21 bytes in 1 blocks
==29076== indirectly lost: 0 bytes in 0 blocks
==29076== possibly lost: 0 bytes in 0 blocks
==29076== still reachable: 96,232 bytes in 3,117 blocks
==29076== suppressed: 0 bytes in 0 blocks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment