Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dintobject.h67 PyAPI_FUNC(int) PyInt_ClearFreeList(void);
/external/python/cpython2/Doc/c-api/
Dint.rst134 .. c:function:: int PyInt_ClearFreeList()
/external/python/cpython2/Objects/
Dintobject.c1473 PyInt_ClearFreeList(void) in PyInt_ClearFreeList() function
1545 u = PyInt_ClearFreeList(); in PyInt_Fini()
/external/python/cpython2/Modules/
Dgcmodule.c844 (void)PyInt_ClearFreeList(); in clear_freelists()