Attempts to reallocate an existing memory allocation on the heap.
The original allocation
The new size of the allocation, in bytes.
A pointer to the memory allocated on the heap. null if the operation failed.
See Implementation
Attempts to reallocate an existing memory allocation on the heap.