Home
last modified time | relevance | path

Searched refs:tp_maxalloc (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Objects/
Dobject.c99 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()
/external/python/cpython2/Misc/
DSpecialBuilds.txt176 int tp_maxalloc;
201 (tp_name, tp_allocs, tp_frees, tp_maxalloc)
/external/python/cpython2/Include/
Dobject.h407 Py_ssize_t tp_maxalloc; member
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst1132 .. c:member:: Py_ssize_t PyTypeObject.tp_maxalloc