Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 297 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 297 Bytes

space_alloc

General purpose unidimensional space allocators.

These don't actually allocate any memory, they only provide bookkeeping. Allocation methods will return Allocations with an offset and size that the user can interpret in whichever way they need, for instance, GPU space division.