Crate allocator_api2
source ·Expand description
allocator-api2 crate.
Modules
- Memory allocation APIs
- TheBox<T>type for heap allocation.
- A contiguous growable array type with heap-allocated contents, writtenVec<T>.
Macros
- Creates aVeccontaining the arguments.