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