previous | start | next

Running mdriver

Your heap management functions (mm_maloc, mm_free, and mm_realloc) will be tested on 11 trace files consisting of heap memory requests.

Some of these trace files come from actual programs, while some have been artificially constructed.

Some the files are relatively large so rather having a copy in every user's directory, they are located in the readable directory:

        ~glancast/374class/malloclab/traces
     

The makefile, Makefile, has a target named test, test01, test02, ... test11.

To run tests, type

        - Run all tests
           make test

        - Run only the 3rd test
           make test03

        - Run the n-th test (n = 01 to 11)
         
           make testn
         
     


previous | start | next