cs252/lab1-src/test5.out

18 lines
297 B
Plaintext
Raw Permalink Normal View History

2018-10-25 14:45:56 -04:00
---- Running test5 ----
---- ALLOCATE ----
FreeList: [offset:16,size:2092912]->
---- FREE AND COALESCE RIGHT ----
FreeList: [offset:2092960,size:64]->[offset:16,size:2092912]->
-------------------
HeapSize: 2097152 bytes
# mallocs: 4
# reallocs: 0
# callocs: 0
# frees: 2
-------------------