void *MGOxrealloc (void *mem, int size)
The MGOxrealloc() resizes the dynamic memory pointed to by mem, which was previously allocated by MGOxmalloc() and/or MGOxrealloc(), to size.
Returns a pointer to the reallocated memory upon success, or NULL if the request fails.