Guest User

Untitled

a guest
Jan 24th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. ==20188== Memcheck, a memory error detector
  2. ==20188== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
  3. ==20188== Using Valgrind-3.6.1 and LibVEX; rerun with -h for copyright info
  4. ==20188== Command: ./avconv -i /home/shakkhar/luckynight.wma /home/shakkhar/testconv.wav
  5. ==20188==
  6. avconv version v0.7-1319-gb445229, Copyright (c) 2000-2011 the Libav developers
  7. built on Oct 17 2011 19:17:34 with gcc 4.5.2
  8. ==20188==
  9. ==20188== HEAP SUMMARY:
  10. ==20188== in use at exit: 4,510,318 bytes in 166 blocks
  11. ==20188== total heap usage: 204 allocs, 38 frees, 4,546,636 bytes allocated
  12. ==20188==
  13. ==20188== LEAK SUMMARY:
  14. ==20188== definitely lost: 0 bytes in 0 blocks
  15. ==20188== indirectly lost: 0 bytes in 0 blocks
  16. ==20188== possibly lost: 93,520 bytes in 49 blocks
  17. ==20188== still reachable: 4,416,798 bytes in 117 blocks
  18. ==20188== suppressed: 0 bytes in 0 blocks
  19. ==20188== Rerun with --leak-check=full to see details of leaked memory
  20. ==20188==
  21. ==20188== For counts of detected and suppressed errors, rerun with: -v
  22. ==20188== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 34 from 11)
Add Comment
Please, Sign In to add comment