Week 8 – Work on PA4 (Malloc)
Work on your PA4! Your tutors are here to help.
You are welcome to work with your classmates, share ideas, and so on.
In your notes doc, by the end of lab please include a screenshot of you using the various functions provided to you in the starter code:
vminit()
to initialize the heap to a certain sizevmload()
to load one of the images as the heapvminfo()
to print the heap layout
along with your understanding of these functions.