one_alloc

Crates.ioone_alloc
lib.rsone_alloc
version0.1.0
sourcesrc
created_at2022-06-11 01:47:49.026651
updated_at2022-06-11 01:47:49.026651
descriptionA custom allocator that allows a singular allocation of a specific size known ahead of time.
homepagehttps://github.com/ardaku/one_alloc/blob/stable/CHANGELOG.md
repositoryhttps://github.com/ardaku/one_alloc/
max_upload_size
id603868
size5,357
Jeryn Aldaron Lau (AldaronLau)

documentation

https://docs.rs/one_alloc

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

Commit count: 1

cargo fmt