Severely memory constrained systems with known allocation patterns can benefit from providing their own implementation of malloc with specifically tuned bucket sizes. Provide a switch to allow users to replace the default malloc implementation with their own. Signed-off-by: Josh Gao <josh@jmgao.dev> |
||
|---|---|---|
| .. | ||
| atoi.c | ||
| bsearch.c | ||
| exit.c | ||
| malloc.c | ||
| strtol.c | ||
| strtoul.c | ||