malloc Assignment Description 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 ...
In this lab you will be writing a dynamic storage allocator for C programs, i.e., your own version of the malloc, free and realloc routines. You are encouraged to explore the design space creatively ...