Home
last modified time | relevance | path

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

/external/python/cpython2/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()
/external/python/cpython3/Objects/
Dlistobject.c83 static size_t count_reuse = 0; variable
96 "d\n", count_reuse); in show_alloc()
98 (100.0*count_reuse/(count_alloc+count_reuse))); in show_alloc()
158 count_reuse++; in PyList_New()