warp03 876cfbf8b6 | ||
---|---|---|
.gitignore | ||
LICENSE | ||
README.md | ||
u9malloc.c | ||
u9malloc.h |
README.md
u9malloc
An implementation for malloc.
The current implementation is ported from malloc used in sxboot. This implementation is very simple and, more importantly, very inefficient. DO NOT use the implementation currently in this repository. I am too lazy to write a better implementation right now. If I do get around to writing a better implementation, it will be put in this repository with the same API, replacing the old implementation.