Searched refs:tempstore (Results 1 – 1 of 1) sorted by relevance
358 SORT_TYPE *tempstore = (SORT_TYPE *)realloc(store->storage, new_size * sizeof(SORT_TYPE)); in TIM_SORT_RESIZE() local360 if (tempstore == NULL) { in TIM_SORT_RESIZE()366 store->storage = tempstore; in TIM_SORT_RESIZE()