Searched refs:dec_count (Results 1 – 4 of 4) sorted by relevance
730 PyAPI_FUNC(void) dec_count(PyTypeObject *);732 #define _Py_INC_TPFREES(OP) dec_count(Py_TYPE(OP))
742 PyAPI_FUNC(void) dec_count(PyTypeObject *);744 #define _Py_INC_TPFREES(OP) dec_count(Py_TYPE(OP))
192 void dec_count(PyTypeObject *tp) in dec_count() function
170 void dec_count(PyTypeObject *tp) in dec_count() function