OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tempstore
(Results
1 - 1
of
1
) sorted by null
/external/libxml2/
timsort.h
323
SORT_TYPE *
tempstore
= (SORT_TYPE *)realloc(store->storage, new_size * sizeof(SORT_TYPE));
local
324
if (
tempstore
== NULL)
329
store->storage =
tempstore
;
Completed in 92 milliseconds