Robuta

Sponsor of the Day: Jerkmate
https://doc.rust-lang.org/std/alloc/index.html std::alloc - Rust Memory allocation APIs. std alloc rust https://doc.rust-lang.org/alloc/alloc/struct.Layout.html Layout in alloc::alloc - Rust Layout of a block of memory. alloc rustlayout https://doc.rust-lang.org/std/alloc/struct.Layout.html Layout in std::alloc - Rust Layout of a block of memory. std alloc rustlayout https://doc.rust-lang.org/std/alloc/trait.Allocator.html Allocator in std::alloc - Rust An implementation of `Allocator` can allocate, grow, shrink, and deallocate arbitrary blocks of data described via `Layout`. std alloc rustallocator https://doc.rust-lang.org/stable/core/alloc/trait.GlobalAlloc.html GlobalAlloc in core::alloc - Rust A memory allocator that can be registered as the standard library’s default through the `#[global_allocator]` attribute. alloc rustcore https://doc.rust-lang.org/std/alloc/struct.Global.html Global in std::alloc - Rust The global memory allocator. std alloc rustglobal https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html Vec in alloc::vec - Rust alloc rustvec https://doc.rust-lang.org/std/alloc/struct.System.html System in std::alloc - Rust The default memory allocator provided by the operating system. std alloc rustsystem https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html Box in alloc::boxed - Rust A pointer type that uniquely owns a heap allocation of type `T`. boxed rustalloc