AllocatorBaseDH::Realloc

AllocatorBaseDH::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 the memory block which is to be reallocated. 
UPInt newSize 
New size of the block. 
Return Value

Pointer to the reallocated memory block.