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.
$ make cleanTo run:
$ make
$ ./mcontest tester-1
$ ./mcontest tester-2
$ ./mcontest tester-3
$ ./mcontest tester-4
$ ./mcontest {any other program here}