Module std::alloc

Expand description

A library for allocating memory inspired by Rust’s std::alloc.

Functions

Allocates zeroed memory on the heap.

Allocates zeroed memory on the heap in individual bytes.

Reallocates the given area of memory.

Reallocates the given area of memory in individual bytes.