[go: up one dir, main page]

Module alloc

Module alloc 

Source
Expand description

Memory allocation APIs

Re-exports§

pub use std::alloc::Layout;

Structs§

Track
Track allocations, detecting leaks

Functions§

alloc
Allocate memory with the global allocator.
alloc_zeroed
Allocate zero-initialized memory with the global allocator.
dealloc
Deallocate memory with the global allocator.