Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h407 Py_ssize_t tp_maxalloc; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h407 Py_ssize_t tp_maxalloc; member