forked from rezama/cs371p-collatz-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjontitan-TestCollatz.c++.out
28 lines (24 loc) · 986 Bytes
/
jontitan-TestCollatz.c++.out
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
==12646== Memcheck, a memory error detector
==12646== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
==12646== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
==12646== Command: TestCollatz.c++.app
==12646==
TestCollatz.c++
................
OK (16 tests)
Done.
==12646==
==12646== HEAP SUMMARY:
==12646== in use at exit: 122,880 bytes in 6 blocks
==12646== total heap usage: 443 allocs, 437 frees, 193,153 bytes allocated
==12646==
==12646== LEAK SUMMARY:
==12646== definitely lost: 0 bytes in 0 blocks
==12646== indirectly lost: 0 bytes in 0 blocks
==12646== possibly lost: 0 bytes in 0 blocks
==12646== still reachable: 122,880 bytes in 6 blocks
==12646== suppressed: 0 bytes in 0 blocks
==12646== Rerun with --leak-check=full to see details of leaked memory
==12646==
==12646== For counts of detected and suppressed errors, rerun with: -v
==12646== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 4 from 4)