An open API service indexing awesome lists of open source software.

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.

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