[][src]Module context_allocator::allocators::global

Global, switchable allocator.

Structs

MemoryRange

Represents a memory range for which an allocator can allocate.

Enums

CurrentAllocatorInUse

Records which allocator is currently in use for Global allocations.

Traits

GlobalThreadAndCoroutineSwitchableAllocator

A trait that all such allocators implement.

LocalAllocator

A local allocator is an allocator with a known range of memory addresses it uses for allocated memory.