Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_gc.h172 extern void _PyFloat_ClearFreeList(PyInterpreterState *interp);
/third_party/python/Objects/
Dfloatobject.c2034 _PyFloat_ClearFreeList(PyInterpreterState *interp) in _PyFloat_ClearFreeList() function
2050 _PyFloat_ClearFreeList(interp); in _PyFloat_Fini()
/third_party/python/Modules/
Dgcmodule.c1043 _PyFloat_ClearFreeList(interp); in clear_freelists()