space_alloc

Crates.iospace_alloc
lib.rsspace_alloc
version0.1.1
sourcesrc
created_at2023-01-16 22:42:56.517863
updated_at2023-02-03 22:06:25.196914
descriptionGeneral purpose space allocators
homepage
repository
max_upload_size
id760659
size28,827
Alejandro Perea (aleokdev)

documentation

README

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.

Commit count: 0

cargo fmt