SharedFreeList.parent

Undocumented in source.
  1. ParentAllocator parent;
  2. alias parent = ParentAllocator.instance
    struct SharedFreeList(ParentAllocator, size_t minSize, size_t maxSize = minSize, size_t approxMaxNodes = unbounded)
    static if(!(stateSize!ParentAllocator))
    alias parent = ParentAllocator.instance

Meta