BitmappedBlock.alignedReallocate

Reallocates a block previously allocated with alignedAllocate. Contractions do not occur in place.

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

Meta