Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dgcmodule.c307 PyGC_Head *from_head = GC_NEXT(from); in gc_list_merge() local
309 assert(from_head != from); in gc_list_merge()
312 _PyGCHead_SET_NEXT(to_tail, from_head); in gc_list_merge()
313 _PyGCHead_SET_PREV(from_head, to_tail); in gc_list_merge()