Region.expand

Expands an allocated block in place. Expansion will succeed only if the block is the last allocated. Defined only if growDownwards is No.growDownwards.

struct Region(ParentAllocator = NullAllocator, uint minAlign = platformAlignment, Flag!"growDownwards" growDownwards = No.growDownwards)
static if(growDownwards == No.growDownwards)
bool
expand
(
ref void[] b
,
size_t delta
)

Meta