CS252 Lab 1: Memory Allocation

delve into how malloc() works. In this lab, you will implement a memory allocator, which allows users to malloc() and free() memory as needed. Your allocator will request bulk chunks of memory from the OS, and manage it efficiently.