Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dgcmodule.c48 #define GC_PREV _PyGCHead_PREV macro
269 PyGC_Head *prev = GC_PREV(node); in gc_list_remove()
286 PyGC_Head *from_prev = GC_PREV(node); in gc_list_move()
306 PyGC_Head *to_tail = GC_PREV(to); in gc_list_merge()
308 PyGC_Head *from_tail = GC_PREV(from); in gc_list_merge()
401 PyGC_Head *trueprev = GC_PREV(gc); in validate_list()
410 assert(prev == GC_PREV(head)); in validate_list()
519 PyGC_Head *prev = GC_PREV(gc); in visit_reachable()
616 PyGC_Head *last = GC_PREV(unreachable); in move_unreachable()