Home
last modified time | relevance | path

Searched refs:MERGESTATE_TEMP_SIZE (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dlistobject.c1178 #define MERGESTATE_TEMP_SIZE 256 macro
1219 PyObject *temparray[MERGESTATE_TEMP_SIZE];
1557 ms->alloced is capped at half of MERGESTATE_TEMP_SIZE. */ in merge_init()
1558 if (MERGESTATE_TEMP_SIZE / 2 < ms->alloced) in merge_init()
1559 ms->alloced = MERGESTATE_TEMP_SIZE / 2; in merge_init()
1563 ms->alloced = MERGESTATE_TEMP_SIZE; in merge_init()
2305 if (saved_ob_size < MERGESTATE_TEMP_SIZE/2) in list_sort_impl()
2321 if (saved_ob_size >= MERGESTATE_TEMP_SIZE/2) in list_sort_impl()
2495 if (saved_ob_size >= MERGESTATE_TEMP_SIZE/2) in list_sort_impl()

Completed in 5 milliseconds