SYNOPSIS

void *MGOxrealloc (void *mem, int size)

DESCRIPTION

The MGOxrealloc() resizes the dynamic memory pointed to by mem, which was previously allocated by MGOxmalloc() and/or MGOxrealloc(), to size.

RETURN VALUE

Returns a pointer to the reallocated memory upon success, or NULL if the request fails.

SEE ALSO

MGOxfree(), MGOxmalloc()