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
gcc -Wall -g -DALPHA   -c -o ftime.o ftime.c
gcc -Wall -g -DALPHA   -c -o memlib.o memlib.c
gcc -Wall -g -DALPHA   -c -o malloc.o malloc.c
malloc.c:1: parse error before `3'
gmake: *** [malloc.o] Error 1
--end of output--

Have a good day!
