An open API service indexing awesome lists of open source software.

https://github.com/aleokdev/space_alloc

A Rust general purpose unidimensional space allocator library
https://github.com/aleokdev/space_alloc

allocation allocator allocators buddy-allocator linear-allocator

Last synced: 5 months ago
JSON representation

A Rust general purpose unidimensional space allocator library

Awesome Lists containing this project

README

          

# 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.