Home
last modified time | relevance | path

Searched refs:GC_NEXT (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dgcmodule.c47 #define GC_NEXT _PyGCHead_NEXT macro
266 PyGC_Head *next = GC_NEXT(node); in gc_list_remove()
283 PyGC_Head *from_next = GC_NEXT(node); in gc_list_move()
303 PyGC_Head *from_head = GC_NEXT(from); in gc_list_merge()
322 for (gc = GC_NEXT(list); gc != list; gc = GC_NEXT(gc)) { in gc_list_size()
333 for (gc = GC_NEXT(collectable); gc != collectable; gc = GC_NEXT(gc)) { in gc_list_clear_collecting()
345 for (gc = GC_NEXT(gc_list); gc != gc_list; gc = GC_NEXT(g in append_objects()
[all...]

Completed in 2 milliseconds