Reallocating in place isn't supported.
A pointer to the memory block.
Size of the reallocated block.
$(D_KEYWORD false).
void[] p; assert(!Mallocator.instance.reallocateInPlace(p, 8));
See Implementation
Reallocating in place isn't supported.