cs252/lab1-src/test3.out
2018-10-25 14:45:56 -04:00

16 lines
212 B
Plaintext

---- Running test3 ---
---- MALLOC(0) TEST PASSED ---
---- MALLOC TOO LARGE TEST PASSED ---
-------------------
HeapSize: 2097152 bytes
# mallocs: 3
# reallocs: 0
# callocs: 0
# frees: 0
-------------------