static void* Realloc(void * p, UPInt newSize, const char*, unsigned);
Realloc reallocates a memory block allocated by Alloc to a new size.
Parameters |
Description |
void * p |
Pointer to the memory block which is to be reallocated. |
UPInt newSize |
New size of the memory block. |
Pointer to the reallocated memory block.