BitmappedBlock.reallocate

Reallocates a previously-allocated block. Contractions occur in place.

struct BitmappedBlock(size_t theBlockSize, uint theAlignment = platformAlignment, ParentAllocator = NullAllocator)
@system
bool
reallocate
(
ref void[] b
,
size_t newSize
)

Meta