allocator_
api2
0.2.21
All Items
Crate Items
Modules
Macros
Crate
allocator_api2
Copy item path
Source
Expand description
allocator-api2 crate.
Modules
§
alloc
Memory allocation APIs
boxed
The
Box<T>
type for heap allocation.
collections
Collection types.
vec
A contiguous growable array type with heap-allocated contents, written
Vec<T>
.
Macros
§
vec
Creates a
Vec
containing the arguments.