Home
last modified time | relevance | path

Searched refs:_PyList_ClearFreeList (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_gc.h171 extern void _PyList_ClearFreeList(void);
/external/python/cpython3/Objects/
Dlistobject.c108 _PyList_ClearFreeList(void) in _PyList_ClearFreeList() function
120 _PyList_ClearFreeList(); in _PyList_Fini()
/external/python/cpython3/Modules/
Dgcmodule.c1031 _PyList_ClearFreeList(); in clear_freelists()