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 | 171 gc_list_move(PyGC_Head *node, PyGC_Head *list) in gc_list_move() function 325 gc_list_move(gc, reachable); in visit_reachable() 400 gc_list_move(gc, unreachable); in move_unreachable() 448 gc_list_move(gc, finalizers); in move_legacy_finalizers() 461 gc_list_move(gc, tolist); in visit_move() 589 gc_list_move(wrasgc, &wrcb_to_call); in handle_weakrefs() 629 gc_list_move(gc, old); in handle_weakrefs() 697 gc_list_move(gc, &seen); in finalize_garbage() 767 gc_list_move(gc, old); in delete_garbage()
|