Advertisement
Guest User

valgrind_uniq_ptr

a guest
Jan 18th, 2025
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.22 KB | None | 0 0
  1. valgrind ./Space_invaders  --leak-check=full -show-leak-kinds==all
  2. ==145075== Memcheck, a memory error detector
  3. ==145075== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al.
  4. ==145075== Using Valgrind-3.24.0 and LibVEX; rerun with -h for copyright info
  5. ==145075== Command: ./Space_invaders --leak-check=full -show-leak-kinds==all
  6. ==145075==
  7. QSocketNotifier: Can only be used with threads started with QThread
  8. qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
  9. ==145075==
  10. ==145075== HEAP SUMMARY:
  11. ==145075==     in use at exit: 2,926,684 bytes in 32,376 blocks
  12. ==145075==   total heap usage: 641,868 allocs, 609,492 frees, 218,509,225 bytes allocated
  13. ==145075==
  14. ==145075== LEAK SUMMARY:
  15. ==145075==    definitely lost: 1,208 bytes in 13 blocks
  16. ==145075==    indirectly lost: 648 bytes in 9 blocks
  17. ==145075==      possibly lost: 1,120 bytes in 3 blocks
  18. ==145075==    still reachable: 2,832,940 bytes in 31,526 blocks
  19. ==145075==         suppressed: 0 bytes in 0 blocks
  20. ==145075== Rerun with --leak-check=full to see details of leaked memory
  21. ==145075==
  22. ==145075== For lists of detected and suppressed errors, rerun with: -s
  23. ==145075== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement