Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_dict.h322 _PyInlineValuesSize(PyTypeObject *tp) in _PyInlineValuesSize() function
/external/python/cpython3/Python/
Dgc.c1866 size += _PyInlineValuesSize(tp); in _PyObject_GC_New()
Dgc_free_threading.c1718 size += _PyInlineValuesSize(tp); in _PyObject_GC_New()
/external/python/cpython3/Objects/
Dtypeobject.c2035 size += _PyInlineValuesSize(type); in _PyType_AllocNoTrack()