Module rune::alloc::alloc

source ·
Expand description

Allocated types.

Structs§

  • Error raised while allocating.
  • The default global allocator for Rune.

Traits§

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