SharedAllocatorList.expand

Defined only if Allocator.expand is defined. Finds the owner of b and calls expand for it. The owner is not brought to the head of the list.

struct SharedAllocatorList(Factory, BookkeepingAllocator = GCAllocator)
static if(hasMember!(typeof(impl), "expand"))
bool
expand
(
ref void[] b
,
size_t delta
)

Meta