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.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.