Fast slab-entry based memory allocator with simple defragmentation.
Allocates an entry of size and clears the entry.
Frees ptr, self explanatory.
Allocates an entry of size
Reallocates ptr with size Tries to avoid actually doing a new allocation if possible.
Zeroes the entry pointed to by ptr.
See Source File
Fast slab-entry based memory allocator with simple defragmentation.