Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
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()
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()