Searched refs:gc_list_move (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | gcmodule.c | 260 gc_list_move(PyGC_Head *node, PyGC_Head *list) in gc_list_move() function 414 gc_list_move(gc, reachable); in visit_reachable() 489 gc_list_move(gc, unreachable); in move_unreachable() 552 gc_list_move(gc, finalizers); in move_finalizers() 565 gc_list_move(gc, tolist); in visit_move() 693 gc_list_move(wrasgc, &wrcb_to_call); in handle_weakrefs() 733 gc_list_move(gc, old); in handle_weakrefs() 823 gc_list_move(gc, old); in delete_garbage()
|
/external/python/cpython3/Modules/ |
D | gcmodule.c | 270 gc_list_move(PyGC_Head *node, PyGC_Head *list) in gc_list_move() function 681 gc_list_move(gc, finalizers); in move_legacy_finalizers() 709 gc_list_move(gc, tolist); in visit_move() 855 gc_list_move(wrasgc, &wrcb_to_call); in handle_weakrefs() 894 gc_list_move(gc, old); in handle_weakrefs() 964 gc_list_move(gc, &seen); in finalize_garbage() 1015 gc_list_move(gc, old); in delete_garbage()
|