summaryrefslogtreecommitdiff
path: root/README.md
blob: 5eff6260299bb8123abd8548aca96e67ac7961b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
```shell
sh myalloc.c
```

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