AllocatorList.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 AllocatorList(Factory, BookkeepingAllocator = GCAllocator)
static if(__traits(hasMember, Allocator, "expand") && __traits(hasMember, Allocator, "owns"))
bool
expand
(
ref void[] b
,
size_t delta
)

Meta