Searched refs:PyList_MAXFREELIST (Results 1 – 3 of 3) sorted by relevance
111 #ifndef PyList_MAXFREELIST112 # define PyList_MAXFREELIST 80 macro116 PyListObject *free_list[PyList_MAXFREELIST];
352 if (state->numfree < PyList_MAXFREELIST && PyList_CheckExact(op)) { in list_dealloc()
101 …ct.c:free_list static PyListObject *free_list[PyList_MAXFREELIST]