Module loom::alloc

source · []
Expand description

Memory allocation APIs

Structs

Layout of a block of memory.

Track allocations, detecting leaks

Functions

Allocate memory with the global allocator.

Allocate zero-initialized memory with the global allocator.

Deallocate memory with the global allocator.