Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Ddictobject.c169 static size_t count_reuse = 0; variable
177 "d\n", count_reuse); in show_alloc()
179 (100.0*count_reuse/(count_alloc+count_reuse))); in show_alloc()
274 count_reuse++; in PyDict_New()
Dlistobject.c79 static size_t count_reuse = 0; variable
87 "d\n", count_reuse); in show_alloc()
89 (100.0*count_reuse/(count_alloc+count_reuse))); in show_alloc()
139 count_reuse++; in PyList_New()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Ddictobject.c169 static size_t count_reuse = 0; variable
177 "d\n", count_reuse); in show_alloc()
179 (100.0*count_reuse/(count_alloc+count_reuse))); in show_alloc()
274 count_reuse++; in PyDict_New()
Dlistobject.c79 static size_t count_reuse = 0; variable
87 "d\n", count_reuse); in show_alloc()
89 (100.0*count_reuse/(count_alloc+count_reuse))); in show_alloc()
139 count_reuse++; in PyList_New()