/space_alloc

A Rust general purpose unidimensional space allocator library

Primary LanguageRustApache License 2.0Apache-2.0

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.