Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dlistobject.c1190 struct s_MergeState { struct
1195 Py_ssize_t min_gallop;
1197 Py_ssize_t listlen; /* len(input_list) - read only */
1198 PyObject **basekeys; /* base address of keys array - read only */
1203 sortslice a; /* may point to temparray below */
1204 Py_ssize_t alloced;
1215 int n;
1216 struct s_slice pending[MAX_MERGE_PENDING];
1219 PyObject *temparray[MERGESTATE_TEMP_SIZE];
1224 int (*key_compare)(PyObject *, PyObject *, MergeState *);
[all …]