Module heap_allocator

Module heap_allocator 

Source
Expand description

A threadsafe and lock-free Allocator which acquires the memory from the heap.

Structs§

HeapAllocator

Enums§

AllocationError
Failures caused by BaseAllocator::allocate() or BaseAllocator::allocate_zeroed().

Traits§

Allocator
Allocator with grow and shrink features.
BaseAllocator
The most minimalistic requirement for an allocator