Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_gc.h161 Py_ssize_t long_lived_pending; member
/third_party/python/Modules/
Dgcmodule.c1245 gcstate->long_lived_pending += gc_list_size(young); in gc_collect_main()
1253 gcstate->long_lived_pending = 0; in gc_collect_main()
1466 && gcstate->long_lived_pending < gcstate->long_lived_total / 4) in gc_collect_generations()