Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_freelist.h60 struct _Py_float_freelist { struct
128 struct _Py_float_freelist floats;
/external/python/cpython3/Objects/
Dfloatobject.c30 static struct _Py_float_freelist *
137 struct _Py_float_freelist *float_freelist = get_float_freelist(); in PyFloat_FromDouble()
253 struct _Py_float_freelist *float_freelist = get_float_freelist(); in _PyFloat_ExactDealloc()
2001 struct _Py_float_freelist *state = &freelists->floats; in _PyFloat_ClearFreeList()
2029 struct _Py_float_freelist *float_freelist = get_float_freelist(); in _PyFloat_DebugMallocStats()
/external/python/cpython3/Doc/data/
Dpython3.13.abi16980 …<class-decl name='_Py_float_freelist' size-in-bits='128' is-struct='yes' visibility='default' file…