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

Here's the output:
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
malloc.c:1: invalid preprocessing directive name
gmake: *** [dep] Error 1
gcc -O2   -c -o ftime.o ftime.c
gcc -Wall  -g -DLINUX   -c -o memlib.o memlib.c
gcc -Wall  -g -DLINUX   -c -o malloc.o 
gcc: No input files
gmake: *** [malloc.o] Error 1
--end of output--

Have a good day!
