SharedFreeList.setBounds

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void setBounds(size_t low, size_t high)
    struct SharedFreeList(ParentAllocator, size_t minSize, size_t maxSize = minSize, size_t approxMaxNodes = unbounded)
    shared
    static if(!(minSize != chooseAtRuntime))
    static if(maxSize == chooseAtRuntime)
    void
    setBounds
    (
    size_t low
    ,
    size_t high
    )
  2. void setBounds(size_t newMin, size_t newMax)

Meta