Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgcmodule.c71 static Py_ssize_t long_lived_total = 0; variable
894 long_lived_total = gc_list_size(young); in collect()
994 && long_lived_pending < long_lived_total / 4) in collect_generations()