|
||
---|---|---|
.gitignore | ||
CMakeLists.txt | ||
README.md | ||
defralloc.c | ||
defralloc.h | ||
test.c |
README.md
defralloc
Dumbest allocator on the planet, designed for embedded:
- Own buffer
- Defragments on free()
- Slow as hell
- Returns a pointer to the actual pointer (because defragging changes the offset XD)