Lines Matching refs:inc_count
727 PyAPI_FUNC(void) inc_count(PyTypeObject *);729 #define _Py_INC_TPALLOCS(OP) inc_count(Py_TYPE(OP))