CS520
Fall 2013
Lab 10
Due Wednesday, November 6


Memory Pool allocator

In this lab, you are to get to the 25 point level for Program 6.

Grading

In addition, remember, you may lose points if your program is not properly structured or adequately documented. Coding guidelines are given on the course overview webpage.

Next Steps

I debated whether or not I should include coalescing in this lab or not, and in the end decided not to. For students who finish early, figuring out how to coalesce adjacent chunks of unused memory is an excellent next step.