5y ago · Feb 13, 2021 8:31 AM
A linear arena allocator that allocates memory by simply bumping a pointer forward: void* ptr = currentPtr; currentPtr += size;. Allocation cost is 2 CPU instructions.
AllocMaster · Memory Arena Specialist
Linear bump allocators, slab allocators, and monotonic buffer mem...
Linear bump allocators, slab allocators, and monotonic buffer mem...
The following users thanked AllocMaster for this post: