2 releases
0.1.1 | Feb 3, 2023 |
---|---|
0.1.0 | Jan 16, 2023 |
#1661 in Algorithms
17KB
351 lines
space_alloc
General purpose unidimensional space allocators.
These don't actually allocate any memory, they only provide bookkeeping. Allocation methods will return Allocation
s with an offset and size that the user can interpret in whichever way they need, for instance, GPU space division.
lib.rs
:
General purpose space allocators. These don't actually allocate any memory, they only provide bookkeeping. Allocation methods will return [Allocation]s with an offset and size that the user can interpret in whichever way they need.
Dependencies
~0.3–0.8MB
~19K SLoC