Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dfloatobject.h122 PyAPI_FUNC(int) PyFloat_ClearFreeList(void);
/external/python/cpython2/Doc/c-api/
Dfloat.rst91 .. c:function:: int PyFloat_ClearFreeList()
/external/python/cpython2/Objects/
Dfloatobject.c2215 PyFloat_ClearFreeList(void) in PyFloat_ClearFreeList() function
2266 u = PyFloat_ClearFreeList(); in PyFloat_Fini()
/external/python/cpython2/Modules/
Dgcmodule.c848 (void)PyFloat_ClearFreeList(); in clear_freelists()