Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dobject.c110 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()
/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/cpython3/Misc/
DSpecialBuilds.txt180 int tp_maxalloc;
205 (tp_name, tp_allocs, tp_frees, tp_maxalloc)
/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/cpython3/Include/
Dobject.h431 Py_ssize_t tp_maxalloc; member
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst1060 .. c:member:: Py_ssize_t PyTypeObject.tp_maxalloc
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst1117 .. c:member:: Py_ssize_t PyTypeObject.tp_maxalloc