Home
last modified time | relevance | path

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

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