Machine Problem 5, due Apr 21

Part of the homework for 22C:112, Spring 2008
by Douglas W. Jones
THE UNIVERSITY OF IOWA Department of Computer Science

Background: The standard C library routines malloc() and free() are used to manage the heap for dynamic allocation of objects used by C programs. They sit under the object model of C++ as well. Look them up online using the command man malloc.

The Assignment: