Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dgcmodule.c132 gc_list_init(PyGC_Head *list) in gc_list_init() function
198 gc_list_init(from); in gc_list_merge()
506 gc_list_init(&wrcb_to_call); in handle_weakrefs()
692 gc_list_init(&seen); in finalize_garbage()
861 gc_list_init(&unreachable); in collect()
882 gc_list_init(&finalizers); in collect()
/external/python/cpython2/Modules/
Dgcmodule.c221 gc_list_init(PyGC_Head *list) in gc_list_init() function
287 gc_list_init(from); in gc_list_merge()
610 gc_list_init(&wrcb_to_call); in handle_weakrefs()
930 gc_list_init(&unreachable); in collect()
955 gc_list_init(&finalizers); in collect()