CSE 303, Autumn 2009
Homework 7: memory allocation

Due: December 13, 2009, at 11:30PM

100 points

Your assignment is a slight variation of an assignment from last Spring's 303.  The objectives are: (a) to help you better understand explicit memory management; (b) to give you another substantial programming experience in C (to reinforce your knowledge of C and your experience in building C programs); (c) to give you specific experience in some low-level aspects of C; and (d) to give you some experience in the design-level decisions that go into breaking programs into pieces and defining the interfaces between the modules.

The variations from the linked assignment are:
A few other things.