Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dtupleobject.c23 Py_ssize_t tuple_zero_allocs; variable
62 tuple_zero_allocs++; in PyTuple_New()
Dobject.c86 extern Py_ssize_t tuple_zero_allocs, fast_tuple_allocs;
102 fast_tuple_allocs, tuple_zero_allocs); in dump_counts()