The OpenD Programming Language

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, uint minAlign = platformAlignment, Flag!"growDownwards" growDownwards = No.growDownwards)
pure nothrow @safe @nogc
static if(growDownwards == No.growDownwards)
bool
expand
(
ref void[] b
,
size_t delta
)

Meta