Home
last modified time | relevance | path

Searched refs:tp_allocs (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobject.c98 tp->tp_name, tp->tp_allocs, tp->tp_frees, in dump_counts()
122 v = Py_BuildValue("(snnn)", tp->tp_name, tp->tp_allocs, in get_counts()
165 tp->tp_allocs++; in inc_count()
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()
174 tp->tp_allocs == tp->tp_frees) { in dec_count()
Dgenobject.c204 --self->ob_type->tp_allocs; in gen_del()
Dclassobject.c693 --inst->ob_type->tp_allocs; in instance_dealloc()
Dtypeobject.c5762 --Py_TYPE(self)->tp_allocs;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobject.c98 tp->tp_name, tp->tp_allocs, tp->tp_frees, in dump_counts()
122 v = Py_BuildValue("(snnn)", tp->tp_name, tp->tp_allocs, in get_counts()
165 tp->tp_allocs++; in inc_count()
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()
174 tp->tp_allocs == tp->tp_frees) { in dec_count()
Dgenobject.c207 --self->ob_type->tp_allocs; in gen_del()
Dclassobject.c703 --inst->ob_type->tp_allocs; in instance_dealloc()
Dtypeobject.c5814 --Py_TYPE(self)->tp_allocs;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Diobase.c250 --Py_TYPE(self)->tp_allocs; in _PyIOBase_finalize()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Diobase.c250 --Py_TYPE(self)->tp_allocs; in _PyIOBase_finalize()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h405 Py_ssize_t tp_allocs; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h405 Py_ssize_t tp_allocs; member