Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dtupleobject.c22 Py_ssize_t fast_tuple_allocs; variable
70 fast_tuple_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()