Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 356 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 356 Bytes

A C implementation of malloc and free functions.

Debugging Mode

Compiling with MYALLOC_DEBUG defined will cause debugging messages to be output to stderr when running.

Doxygen Documentation Generation

myalloc.c is a shell script, and can be run as

sh myalloc.c

The "homepage" file generated is docs/myalloc_8c.html.