Searched refs:tp_maxalloc (Results 1 – 4 of 4) sorted by relevance
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()
407 Py_ssize_t tp_maxalloc; member