## 키워드
implicit list : first-fit, next-fit
explicit free list : LIFO
Space Utilization
The peak ratio between the aggregate amount of memory used by the driver (i.e., allocated via mm malloc or mm realloc but not yet freed via mm free) and the size of the heap used by your allocator. The optimal ratio equals to 1. You should find good policies to minimize fragmentation in order to make this ratio as close as possible to the optimal.
Throuhghput
The average number of operations completed per second.
(U : space Utilization, T : Throughtput, Tibc : estimated throughput