Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dgcmodule.c276 gc_list_merge(PyGC_Head *from, PyGC_Head *to) in gc_list_merge() function
796 gc_list_merge(finalizers, old); in handle_finalizers()
909 gc_list_merge(GEN_HEAD(i), GEN_HEAD(generation)); in collect()
941 gc_list_merge(young, old); in collect()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgcmodule.c236 gc_list_merge(PyGC_Head *from, PyGC_Head *to) in gc_list_merge() function
745 gc_list_merge(finalizers, old); in handle_finalizers()
858 gc_list_merge(GEN_HEAD(i), GEN_HEAD(generation)); in collect()
890 gc_list_merge(young, old); in collect()