Module alloc

Module alloc 

Source
Expand description

Allocated types.

Structs§

AllocError
Error raised while allocating.
Global
The default global allocator for Rune.

Traits§

Allocator
An implementation of Allocator can allocate, grow, shrink, and deallocate arbitrary blocks of data described via Layout.