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