AllocatorBaseLH::Realloc

AllocatorBaseLH::Realloc
static void* Realloc(void* p, UPInt newSize, const char*, unsigned);
Description

Realloc reallocates a memory block allocated by Alloc to a new size.

Parameters
Parameters 
Description 
void* p 
Pointer to memory block which is to be reallocated. 
UPInt newSize 
New size of the memory block. 
Return Value

Pointer to the reallocated block.