In this assignment you will build your own implementation of malloc and free. That is, you will need to implement a library that interacts with the operating system to perform heap management on ...
1 Introduction In this lab you will be writing a dynamic storage allocator for C programs, i.e., your own version of the malloc,freeandreallocroutines. You are encouraged to explore the design space ...