cs252/lab1-src/test7.out

18 lines
301 B
Plaintext
Raw Permalink Normal View History

2018-10-25 14:45:56 -04:00
---- Running test7 ---
---- ALLOCATE ----
FreeList: [offset:16,size:2092880]->
---- FREE AND COALESCE BOTH SIDES ----
FreeList: [offset:2092928,size:96]->[offset:16,size:2092880]->
-------------------
HeapSize: 2097152 bytes
# mallocs: 5
# reallocs: 0
# callocs: 0
# frees: 3
-------------------