Crates.io | space_alloc |
lib.rs | space_alloc |
version | 0.1.1 |
source | src |
created_at | 2023-01-16 22:42:56.517863 |
updated_at | 2023-02-03 22:06:25.196914 |
description | General purpose space allocators |
homepage | |
repository | |
max_upload_size | |
id | 760659 |
size | 28,827 |
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.