This function changes the size of a previously allocated region of memory.
somToken ptr; size_t size; somToken rc; rc = (*SOMRealloc)(ptr, size);