SharedFreeList.min

Properties for getting (and possibly setting) the bounds. Setting bounds is allowed only once , and before any allocation takes place. Otherwise, the primitives have the same semantics as those of FreeList.

  1. size_t min [@property getter]
  2. size_t min [@property setter]
    struct SharedFreeList(ParentAllocator, size_t minSize, size_t maxSize = minSize, size_t approxMaxNodes = unbounded)
    version(StdDdoc)
    @property
    void
    min
    (
    size_t newMinSize
    )

Meta