Home
last modified time | relevance | path

Searched defs:s_MergeState (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
Dlistobject.c1682 struct s_MergeState { struct
1687 Py_ssize_t min_gallop;
1689 Py_ssize_t listlen; /* len(input_list) - read only */
1690 PyObject **basekeys; /* base address of keys array - read only */
1695 sortslice a; /* may point to temparray below */
1696 Py_ssize_t alloced;
1707 int n;
1708 struct s_slice pending[MAX_MERGE_PENDING];
1711 PyObject *temparray[MERGESTATE_TEMP_SIZE];
1716 int (*key_compare)(PyObject *, PyObject *, MergeState *);
[all …]