rune_
alloc
0.14.0
Module alloc
Module Items
Structs
Traits
In crate rune_
alloc
rune_alloc
Module
alloc
Copy item path
Source
Expand description
Allocated types.
Structs
§
Alloc
Error
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
.