Searched refs:tp_maxalloc (Results 1 – 8 of 8) sorted by relevance
110 tp->tp_maxalloc); in dump_counts()134 tp->tp_frees, tp->tp_maxalloc); in get_counts()177 if (tp->tp_allocs - tp->tp_frees > tp->tp_maxalloc) in inc_count()178 tp->tp_maxalloc = tp->tp_allocs - tp->tp_frees; in inc_count()
99 tp->tp_maxalloc); in dump_counts()123 tp->tp_frees, tp->tp_maxalloc); in get_counts()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()
180 int tp_maxalloc;205 (tp_name, tp_allocs, tp_frees, tp_maxalloc)
176 int tp_maxalloc;201 (tp_name, tp_allocs, tp_frees, tp_maxalloc)
407 Py_ssize_t tp_maxalloc; member
431 Py_ssize_t tp_maxalloc; member
1060 .. c:member:: Py_ssize_t PyTypeObject.tp_maxalloc
1117 .. c:member:: Py_ssize_t PyTypeObject.tp_maxalloc