AlignedMallocator.reallocate

Forwards to alignedReallocate(b, newSize, platformAlignment). Should be used with blocks obtained with allocate otherwise the custom alignment passed with alignedAllocate can be lost.

struct AlignedMallocator
@system @nogc nothrow shared
bool
reallocate
(
ref void[] b
,
size_t newSize
)

Meta