This is Mark Moraes' Magnificent Memory Mauling Malloc (or M* for short).

To use, add 'malloc' to the dependency lists for the programs you want
to link with this malloc in the Dependencies file in .., make the
appropriate makefiles, and away you go.  It is assumed that MALLOC_LIB
is defined in the current hostenv file.

If you want to do debugging/tracing with this malloc, also add
-DMALLOC_TRACE to the DEFS line in the Config file in .., and remake
the appropriate makefiles.

You may have to do:

echo '#define CHAR_BIT	8' > ../include/limits.h

if you are using a pseudo-ANSI-C compiler.

Remember to 'ranlib *.a'
