cs252/lab1-src/test1-1.org.out

16 lines
256 B
Plaintext
Raw Permalink Normal View History

2018-10-25 14:45:56 -04:00
---- Running test1-1 ---
Before any allocation
FreeList: [offset:16,size:2093008]->
mem1 = malloc(8)
FreeList: [offset:16,size:2092976]->
-------------------
HeapSize: 2097152 bytes
# mallocs: 2
# reallocs: 0
# callocs: 0
# frees: 0
-------------------