Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_object.h141 _PyGCHead_SET_NEXT(last, gc); in _PyObject_GC_TRACK()
143 _PyGCHead_SET_NEXT(gc, generation0); in _PyObject_GC_TRACK()
171 _PyGCHead_SET_NEXT(prev, next); in _PyObject_GC_UNTRACK()
H A Dpycore_gc.h47 #define _PyGCHead_SET_NEXT(g, p) _Py_RVALUE((g)->_gc_next = (uintptr_t)(p)) macro
/third_party/python/Modules/
H A Dgcmodule.c254 _PyGCHead_SET_NEXT(last, node); in gc_list_append()
257 _PyGCHead_SET_NEXT(node, list); in gc_list_append()
268 _PyGCHead_SET_NEXT(prev, next); in gc_list_remove()
284 _PyGCHead_SET_NEXT(from_prev, from_next); in gc_list_move()
291 _PyGCHead_SET_NEXT(to_prev, node); in gc_list_move()
293 _PyGCHead_SET_NEXT(node, list); in gc_list_move()
308 _PyGCHead_SET_NEXT(to_tail, from_head); in gc_list_merge()
311 _PyGCHead_SET_NEXT(from_tail, to); in gc_list_merge()

Completed in 5 milliseconds