You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
.gitignore | 9 months ago | |
CMakeLists.txt | 9 months ago | |
README.md | 9 months ago | |
defralloc.c | 9 months ago | |
defralloc.h | 9 months ago | |
test.c | 9 months ago |
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)