SharedFreeList.approxMaxLength

Properties for getting (and possibly setting) the approximate maximum length of a shared freelist.

  1. alias approxMaxLength = approxMaxNodes
  2. size_t approxMaxLength [@property getter]
  3. size_t approxMaxLength [@property setter]
  4. size_t approxMaxLength [@property getter]
  5. size_t approxMaxLength [@property setter]
    struct SharedFreeList(ParentAllocator, size_t minSize, size_t maxSize = minSize, size_t approxMaxNodes = unbounded)
    version(StdDdoc)
    @property shared
    void
    approxMaxLength
    (
    size_t x
    )

Meta