Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dgcmodule.c71 static Py_ssize_t long_lived_total = 0; variable
948 long_lived_total = gc_list_size(young); in collect()
1048 && long_lived_pending < long_lived_total / 4) in collect_generations()