devela::_dep

Crate allocator_api2

Available on crate feature dep_allocator_api2 only.
Expand description

allocator-api2 Mirror of Rust’s allocator api for use on stable rust


allocator-api2 crate.

Modules§

  • Memory allocation APIs
  • The Box<T> type for heap allocation.
  • Collection types.
  • A contiguous growable array type with heap-allocated contents, written Vec<T>.

Macros§

  • Creates a Vec containing the arguments.