Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Ddictobject.c168 static size_t count_alloc = 0; variable
175 count_alloc); in show_alloc()
179 (100.0*count_reuse/(count_alloc+count_reuse))); in show_alloc()
282 count_alloc++; in PyDict_New()
Dlistobject.c78 static size_t count_alloc = 0; variable
85 count_alloc); in show_alloc()
89 (100.0*count_reuse/(count_alloc+count_reuse))); in show_alloc()
146 count_alloc++; in PyList_New()
/external/python/cpython3/Objects/
Dlistobject.c82 static size_t count_alloc = 0; variable
94 count_alloc); in show_alloc()
98 (100.0*count_reuse/(count_alloc+count_reuse))); in show_alloc()
165 count_alloc++; in PyList_New()