Home
last modified time | relevance | path

Searched refs:tempstore (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dtimsort.h358 SORT_TYPE *tempstore = (SORT_TYPE *)realloc(store->storage, new_size * sizeof(SORT_TYPE)); in TIM_SORT_RESIZE() local
360 if (tempstore == NULL) { in TIM_SORT_RESIZE()
366 store->storage = tempstore; in TIM_SORT_RESIZE()