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]
    struct SharedFreeList(ParentAllocator, size_t minSize, size_t maxSize = minSize, size_t approxMaxNodes = unbounded)
    version(StdDdoc)
    @property const shared
    size_t
    approxMaxLength
    ()
  5. size_t approxMaxLength [@property setter]

Meta