module alloc

Expand

Module responsible for handling allocations

Functions§

alloc
free
realloc

Structs§

CAlloc

The standard libc allocator (currently only returns a null pointer.)

Traits§

Allocator

Some struct that allocates memory.

Statics§

allocator

The global allocator.