Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dgcmodule.c293 PyGC_Head *to_tail = GC_PREV(to); in gc_list_merge() local
299 _PyGCHead_SET_NEXT(to_tail, from_head); in gc_list_merge()
300 _PyGCHead_SET_PREV(from_head, to_tail); in gc_list_merge()