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
- Host: GitHub
- URL: https://github.com/aleokdev/space_alloc
- Owner: aleokdev
- License: apache-2.0
- Created: 2023-01-16T22:36:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T22:05:57.000Z (almost 3 years ago)
- Last Synced: 2025-03-17T12:47:22.069Z (9 months ago)
- Topics: allocation, allocator, allocators, buddy-allocator, linear-allocator
- Language: Rust
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.