Crates.io | one_alloc |
lib.rs | one_alloc |
version | 0.1.0 |
source | src |
created_at | 2022-06-11 01:47:49.026651 |
updated_at | 2022-06-11 01:47:49.026651 |
description | A custom allocator that allows a singular allocation of a specific size known ahead of time. |
homepage | https://github.com/ardaku/one_alloc/blob/stable/CHANGELOG.md |
repository | https://github.com/ardaku/one_alloc/ |
max_upload_size | |
id | 603868 |
size | 5,357 |
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).