AffixAllocator._parent

If the parent allocator Allocator is stateful, an instance of it is stored as a member. Otherwise, AffixAllocator uses Allocator.instance. In either case, the name _parent is uniformly used for accessing the parent allocator.

struct AffixAllocator(Allocator, Prefix, Suffix = void)
static if(stateSize!Allocator)
Allocator _parent;

Meta