memory allocator
Memory allocator written for the malloclab assignment for the Introduction to Computer Systems (15-213) class at Carnegie Mellon University. This assignment was for academic credit, and therefore, the code will not be posted on GitHub. If you are interested in viewing the code, please message me at guochenshen@gmail.com.
- dynamic memory allocator and deallocator written in C
- segregated lists and basic best fit placement