Home
last modified time | relevance | path

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

/external/libxml2/
Dtimsort.h323 SORT_TYPE *tempstore = (SORT_TYPE *)realloc(store->storage, new_size * sizeof(SORT_TYPE)); in TIM_SORT_RESIZE() local
324 if (tempstore == NULL) in TIM_SORT_RESIZE()
329 store->storage = tempstore; in TIM_SORT_RESIZE()