SharedFreeList.reallocate

Standard primitives.

struct SharedFreeList(ParentAllocator, size_t minSize, size_t maxSize = minSize, size_t approxMaxNodes = unbounded)
shared
static if(hasMember!(ParentAllocator, "reallocate"))
bool
reallocate
(
ref void[] b
,
size_t s
)

Meta