Home
last modified time | relevance | path

Searched refs:PyList_ClearFreeList (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dlistobject.h66 PyAPI_FUNC(int) PyList_ClearFreeList(void);
/external/python/cpython3/Doc/c-api/
Dlist.rst147 .. c:function:: int PyList_ClearFreeList()
/external/python/cpython3/Modules/
Dgcmodule.c787 (void)PyList_ClearFreeList(); in clear_freelists()
/external/python/cpython3/Objects/
Dlistobject.c110 PyList_ClearFreeList(void) in PyList_ClearFreeList() function
125 PyList_ClearFreeList(); in PyList_Fini()