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.