CS 241: MiniMP #2

CS 241

MiniMP for CS 241 Discussion Sections on June 19, 2012


Introduction

In this MiniMP, you will start work on MP2 by implementing a dictionary-based approach for a memory allocator. For this MiniMP, we will look only at the malloc() and free() functions.

You should look at alloc.c in your ds2 folder.

Compile and Run

To compile:
$ make clean
$ make
To run:
$ ./mcontest tester-1
$ ./mcontest tester-2
$ ./mcontest tester-3
$ ./mcontest tester-4
$ ./mcontest {any other program here}

Generated on 18 Jun 2012 for MiniMP #2 by  doxygen 1.6.1