template<typename OffsetType_, typename WhenFree>
struct pw::allocator::DetailedBlockParameters< OffsetType_, WhenFree >
Parameters type that encapsulates the block parameters.
- Template Parameters
-
OffsetType | Unsigned integral type used to encode offsets. Larger types can address more memory, but consume greater overhead. |
WhenFree | Optional intrusive type that uses the block's usable space to track the block when free. This will affect the minimum alignment, and what portion of the usable space is skipped when poisoning. |