Reallocate
void* Reallocate(void* oldBuffer, uint32 newSize)
if (!fAreaInfoAllocator.Reallocate())
T(Reallocate((addr_t)address, (addr_t)address, newSize));
T(Reallocate((addr_t)address, (addr_t)*newAddress, newSize));
Reallocate(addr_t oldAddress, addr_t newAddress, size_t newSize)
void* newBuffer = sAllocator.Reallocate(oldBuffer, newSize);
return sAllocator.Reallocate(oldBuffer, size);
return sAllocator.Reallocate(oldBuffer, size);