CS 224 Lab 4 - Memory Management
Objectives:
Why does this fail even though there are more than 6 cells of free memory?
| Assignment: The problem above can be solved by heap compaction. Modify the code so that it performs heap compaction. Be sure that you modify the values of the addresses of already allocated variables if the block is moved! |
Send me your modified zipped project in the dropbox in BlackBoard.