Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_gc.h157 Py_ssize_t long_lived_total; member
/external/python/cpython2/Modules/
Dgcmodule.c71 static Py_ssize_t long_lived_total = 0; variable
945 long_lived_total = gc_list_size(young); in collect()
1045 && long_lived_pending < long_lived_total / 4) in collect_generations()
/external/python/cpython3/Modules/
Dgcmodule.c1227 gcstate->long_lived_total = gc_list_size(young); in collect()
1440 && gcstate->long_lived_pending < gcstate->long_lived_total / 4) in collect_generations()