[][src]Module context_allocator::adaptors

Adapt various allocator traits to one another.

Structs

AllocToAllocatorAdaptor

Adapts implementations of Alloc to Allocator.

AllocatorAdaptor

Adapts an Allocator to the GlobalAlloc and Alloc traits.

GlobalAllocToAllocatorAdaptor

Adapts implementations of GlobalAlloc to Allocator.