Expand description
This crate defines allocator related traits and structs.
The crate is #![no_std].
Modulesยง
- std_
allocator std - Holds the implementation of the standard allocator, based on
libccrate. - traits
- Defines allocator traits.
This crate defines allocator related traits and structs.
The crate is #![no_std].
stdlibc crate.