A C implementation of malloc
and free
functions.
Compiling with MYALLOC_DEBUG
defined will cause debugging messages to be
output to stderr
when running.
myalloc.c
is a shell script, and can be run as
sh myalloc.c
The "homepage" file generated is docs/myalloc_8c.html
.