Assignment Description

The purpose of this assignment is to write a dynamic storage allocator for C programs; i.e., your own version of the malloc and free functions. You are encouraged to explore the design space creatively and implement an allocator that is correct, space-efficient, and fast.

Code

download