We tried compiling your malloc and found that
it generated some errors.  Sorry!

Here's the output:
cp: /afs/cs/academic/class/15213-f99//private/L3/handin//ontime: omitting directory
rm *.bak *~
rm: *.bak: No such file or directory
rm: *~: No such file or directory
gmake: [edclean] Error 1 (ignored)
rm -f ftime.o memlib.o malloc.o driver.o dump.o core
rm -f Makefile.depend
Generating dependencies...
gcc -E -M   *.c >Makefile.depend
gcc -Wall -g -pg -DLINUX   -c -o ftime.o ftime.c
gcc -Wall -g -pg -DLINUX   -c -o memlib.o memlib.c
gmake: *** No rule to make target `malloc.o', needed by `malloc'.  Stop.
--end of output--

Have a good day!
