BitmappedBlock.expand

Expands an allocated block in place.

struct BitmappedBlock(size_t theBlockSize, uint theAlignment = platformAlignment, ParentAllocator = NullAllocator)
@trusted
bool
expand
(
ref void[] b
,
immutable size_t delta
)

Meta