Implemented a dynamic memory allocation library consisting o
Implemented a dynamic memory allocation library consisting of malloc, realloc, and free functions to manage heap memory.
Achieved high utilization and high throughput via footer-less segregated free lists and coalescing.