Skip to content

Instantly share code, notes, and snippets.

@ronag
Created November 12, 2015 17:03
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 ronag/7585db89fbf2b79809fd to your computer and use it in GitHub Desktop.
Save ronag/7585db89fbf2b79809fd to your computer and use it in GitHub Desktop.
==14993== HEAP SUMMARY:
==14993== in use at exit: 38,128,655 bytes in 1,462 blocks
==14993== total heap usage: 34,377 allocs, 32,915 frees, 143,231,060 bytes allocated
==14993==
^C==14993== 179,259 (528 direct, 178,731 indirect) bytes in 22 blocks are definitely lost in loss record 379 of 390
==14993== at 0x4C2AD45: memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==14993== by 0x4C2AE0D: posix_memalign (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==14993== by 0x747A713: av_malloc (in /usr/lib/libavutil.so.54.31.100)
==14993== by 0x747A951: av_mallocz (in /usr/lib/libavutil.so.54.31.100)
==14993== by 0x74694C4: av_buffer_ref (in /usr/lib/libavutil.so.54.31.100)
==14993== by 0x7474EC1: av_frame_copy_props (in /usr/lib/libavutil.so.54.31.100)
==14993== by 0x5C5C495: ??? (in /usr/lib/libavcodec.so.56.60.100)
==14993== by 0x5D981E2: avcodec_encode_video2 (in /usr/lib/libavcodec.so.56.60.100)
==14993== by 0x12EBB5: ??? (in /usr/bin/ffmpeg)
==14993== by 0x131437: ??? (in /usr/bin/ffmpeg)
==14993== by 0x113B47: main (in /usr/bin/ffmpeg)
==14993==
==14993== LEAK SUMMARY:
==14993== definitely lost: 528 bytes in 22 blocks
==14993== indirectly lost: 178,731 bytes in 42 blocks
==14993== possibly lost: 0 bytes in 0 blocks
==14993== still reachable: 37,949,396 bytes in 1,398 blocks
==14993== suppressed: 0 bytes in 0 blocks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment