Expand description
This crate provides StdAllocator
struct with the standard
Allocator
implementation.
This crate is #![no_std]
, however it does use
extern crate alloc;
external dependency.
Structsยง
- StdAllocator
- The default implementation of
Allocator
trait, that calls standardalloc
crate under the hood.