The following combine block mix-ins and provide both the methods they require as well as a concrete representation of the data those methods need.
Classes | |
| struct | pw::allocator::DetailedBlockParameters< OffsetType_, WhenFree > |
| struct | pw::allocator::DetailedBlockParameters< OffsetType_, void > |
| class | pw::allocator::DetailedBlockImpl< Parameters > |
| class | pw::allocator::SmallAlignableBlock |
An alignable version of SmallBlock. More... | |
| class | pw::allocator::SmallBlock |
| class | pw::allocator::TinyBlock |
Typedefs | |
| template<typename OffsetType = uintptr_t, typename WhenFree = void> | |
| using | pw::allocator::DetailedBlock = DetailedBlockImpl< DetailedBlockParameters< OffsetType, WhenFree > > |