https://github.com/ardaku/one_alloc
A custom allocator that allows a singular allocation of a specific size known ahead of time.
https://github.com/ardaku/one_alloc
custom-allocator embedded no-std rust-crate
Last synced: 7 months ago
JSON representation
A custom allocator that allows a singular allocation of a specific size known ahead of time.
- Host: GitHub
- URL: https://github.com/ardaku/one_alloc
- Owner: ardaku
- License: apache-2.0
- Created: 2022-06-11T01:47:01.000Z (over 3 years ago)
- Default Branch: stable
- Last Pushed: 2022-06-11T01:47:32.000Z (over 3 years ago)
- Last Synced: 2025-02-28T07:33:26.793Z (7 months ago)
- Topics: custom-allocator, embedded, no-std, rust-crate
- Language: Rust
- Homepage: https://docs.rs/one_alloc/latest/one_alloc/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE_2_0.txt
Awesome Lists containing this project
README
# One Alloc
A custom allocator that allows a singular allocation of a specific size
known ahead of time.For situations where one allocation is required, but otherwise allocations are
not allowed (usually for constrained embedded devices). Extremely small (only
32 lines of code).