Lab 6 - Malloc Lab: Writing your own malloc package
Grading policy. Your score for
the performance part of the lab will be calculated by adding .05
to your performance index (calculated as described in the handout)
and multiplying by 35 points (rounding to the nearest integer).
The number of points you can receive for this part will be capped
at 35 points.
The Lab 6 due date is extended to
Thur, Nov 21, 11:59pm
Lab L6 was handed out on Friday Nov 1. It is due Tuesday Nov 19 at 11:59pm.
The files you need are available in directory
/afs/cs.cmu.edu/academic/class/15213-f02/L6.
You will use our benchmark server both to test your code and to handin
your final solutions. Here's how it works:
- Register yourself as a group using the
Group Registration
link. You should use your Andrew ID as your Group ID, since
that's the only way we'll be able to identify your submission.
You may choose any "moniker" you like.
- Once you are registered, you can submit your mm.c
by clicking on the
Benchmark server
link. It is important that you use the name "mm.c"
for your file, since that is the only way the server knows what
to do with your file.
- The
performance statistics
link lets you see how you are doing and compares it to others in the class.
- The
handin history
link lets you see a log of all of your submissions.
Please contact Shimin Chen for
questions about the benchmark server.
Resources
Hints