Module static_alloc::unsync
source · Expand description
An unsynchronized allocator.
Structs§
- A bump allocator whose storage capacity and alignment is given by
T
. - A
Chain
is a simple bump allocator, that draws it’s memory from another allocator. Chain allocators can be chained together usingChain::chain
. - An error used when one could not re-use raw memory for a bump allocator.
- A dynamically sized allocation block in which any type can be allocated.