Expand description
This crate defines allocator trait.
The crate is #![no_std]
.
Structs§
- Allocation
Error - Represents a generic allocation error. Most likely represents out-of-memory state.
Traits§
- Allocator
- Represents an Allocator.
This crate defines allocator trait.
The crate is #![no_std]
.