Searched refs:tp_allocs (Results 1 – 8 of 8) sorted by relevance
98 tp->tp_name, tp->tp_allocs, tp->tp_frees, in dump_counts()122 v = Py_BuildValue("(snnn)", tp->tp_name, tp->tp_allocs, in get_counts()165 tp->tp_allocs++; in inc_count()166 if (tp->tp_allocs - tp->tp_frees > tp->tp_maxalloc) in inc_count()167 tp->tp_maxalloc = tp->tp_allocs - tp->tp_frees; in inc_count()174 tp->tp_allocs == tp->tp_frees) { in dec_count()
207 --self->ob_type->tp_allocs; in gen_del()
702 --Py_TYPE(inst)->tp_allocs; in instance_dealloc()
5974 --Py_TYPE(self)->tp_allocs;
167 int tp_allocs;172 /* Highwater mark: the maximum value of tp_allocs - tp_frees so201 (tp_name, tp_allocs, tp_frees, tp_maxalloc)
260 --Py_TYPE(self)->tp_allocs; in _PyIOBase_finalize()
405 Py_ssize_t tp_allocs; member
1107 .. c:member:: Py_ssize_t PyTypeObject.tp_allocs1124 Pointer to the next type object with a non-zero :c:member:`~PyTypeObject.tp_allocs` field.