Expand description
Re-exports the most important items of the allocator-api2 crate.
Structs§
- Box
- A pointer type that uniquely owns a heap allocation of type
T. - Vec
- A contiguous growable array type, written as
Vec<T>, short for ‘vector’. - Global
Experimental - The global memory allocator.