IMPORTANT: You will be required to show a demo as part of this assignment. The demo will show 3 parts: 1. Design comments at the top of mm.c 2. Code comments throughout mm.c 3. Demonstrate your heap ...
This project is for me to better understand how virtual memory and dynamic memory allocation work under the hood. When a program starts running, the operating system assigns it a virtual address space ...