Skip to main content
Pigweed's logo Pigweed
  1. Home
  2. Reference
  3. C/C++
  4. pw_allocator
  5. Blocks
  6. Block implementations
Loading...
Searching...
No Matches
Block implementations

Overview

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 > >