Searched refs:inc_count (Results 1 – 4 of 4) sorted by relevance
729 PyAPI_FUNC(void) inc_count(PyTypeObject *);731 #define _Py_INC_TPALLOCS(OP) inc_count(Py_TYPE(OP))
717 PyAPI_FUNC(void) inc_count(PyTypeObject *);719 #define _Py_INC_TPALLOCS(OP) inc_count(Py_TYPE(OP))
139 inc_count(PyTypeObject *tp) in inc_count() function