SharedFreeList.setBounds

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.

struct SharedFreeList(ParentAllocator, size_t minSize, size_t maxSize = minSize, size_t approxMaxNodes = unbounded)
version(StdDdoc)
void
setBounds
(
size_t newMin
,
size_t newMax
)

Meta