Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dgcmodule.c291 gc_list_size(PyGC_Head *list) in gc_list_size() function
896 gc_list_size(GEN_HEAD(i))); in collect()
939 long_lived_pending += gc_list_size(young); in collect()
948 long_lived_total = gc_list_size(young); in collect()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgcmodule.c251 gc_list_size(PyGC_Head *list) in gc_list_size() function
845 gc_list_size(GEN_HEAD(i))); in collect()
888 long_lived_pending += gc_list_size(young); in collect()
894 long_lived_total = gc_list_size(young); in collect()