-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgame.log
21 lines (21 loc) · 964 Bytes
/
game.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
==583== Memcheck, a memory error detector
==583== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
==583== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
==583== Command: ./main
==583==
==583==
==583== HEAP SUMMARY:
==583== in use at exit: 269,846 bytes in 423 blocks
==583== total heap usage: 1,447 allocs, 1,024 frees, 364,235 bytes allocated
==583==
==583== LEAK SUMMARY:
==583== definitely lost: 0 bytes in 0 blocks
==583== indirectly lost: 0 bytes in 0 blocks
==583== possibly lost: 0 bytes in 0 blocks
==583== still reachable: 269,846 bytes in 423 blocks
==583== suppressed: 0 bytes in 0 blocks
==583== Reachable blocks (those to which a pointer was found) are not shown.
==583== To see them, rerun with: --leak-check=full --show-reachable=yes
==583==
==583== For counts of detected and suppressed errors, rerun with: -v
==583== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)