[−][src]Crate alloc_compose
Composable allocator structures for plugging together more powerful allocators.
The design of composable allocators is inspired by
std::allocator Is to Allocation what std::vector Is to Vexation by Andrei
Alexandrescu and the Phobos Standard Library of the D Programming Language.
Structs
| FallbackAlloc | An allocator equivalent of an "or" operator in algebra. |
| NullAlloc | An emphatically empty implementation of |
| SegregateAlloc | Dispatches calls to |
Traits
| Owns | Trait to determine if a given |