CheckedAllocator.parent

Undocumented in source.
  1. ParentAllocator parent;
    struct CheckedAllocator(ParentAllocator, alias onFail = onOutOfMemoryError)
    static if(stateSize!ParentAllocator)
    ParentAllocator parent;
  2. alias parent = ParentAllocator.instance

Meta