InSituRegion.expand

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

struct InSituRegion(size_t size, size_t minAlign = platformAlignment)
static if(__traits(hasMember, typeof(_impl), "expand"))
bool
expand
(
ref void[] b
,
size_t delta
)

Meta