https://github.com/dentosal/allogator
A collection of allocators for Rust, usable for operating system development
https://github.com/dentosal/allogator
Last synced: over 1 year ago
JSON representation
A collection of allocators for Rust, usable for operating system development
- Host: GitHub
- URL: https://github.com/dentosal/allogator
- Owner: Dentosal
- Created: 2022-01-10T16:29:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-26T00:59:12.000Z (over 3 years ago)
- Last Synced: 2025-04-11T20:12:45.450Z (over 1 year ago)
- Language: Rust
- Size: 87.9 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `allogator`
A collection of allocators for Rust, currently:
* Buddy allocator
* Buddy group allocator
* BlockLL allogator
## `extra-checks` feature
Check against internal bugs and some incorrect usage patterns, like double free. Carries a performance and memory overhead.
