ReallocMem
What: void function
File:
Layer: 1
Format: ReallocMem( ptr, old, new )
Platforms: C++, Pascal
This reallocates the memory pointed to by the pointer. Most platforms ignore the
old size parameter since the size of the block is stored with the memory. In Pascal,
this is only defined if the version of Pascal being used does not provide the function.