Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_gc.h161 Py_ssize_t long_lived_pending; member
/external/python/cpython2/Modules/
Dgcmodule.c77 static Py_ssize_t long_lived_pending = 0; variable
936 long_lived_pending += gc_list_size(young); in collect()
944 long_lived_pending = 0; in collect()
1045 && long_lived_pending < long_lived_total / 4) in collect_generations()
/external/python/cpython3/Modules/
Dgcmodule.c1218 gcstate->long_lived_pending += gc_list_size(young); in collect()
1226 gcstate->long_lived_pending = 0; in collect()
1440 && gcstate->long_lived_pending < gcstate->long_lived_total / 4) in collect_generations()