Searched refs:_PyGCHead_PREV (Results 1 – 4 of 4) sorted by relevance
67 PyGC_Head *prev = _PyGCHead_PREV(gc); in _PyObject_GC_UNTRACK_impl()
83 #define _PyGCHead_PREV(g) ((PyGC_Head*)((g)->_gc_prev & _PyGC_PREV_MASK)) macro
2091 (PyObject*) _PyGCHead_PREV(_Py_AS_GC(op)); in _PyTrash_destroy_chain()2129 (PyObject*) _PyGCHead_PREV(_Py_AS_GC(op)); in _PyTrash_thread_destroy_chain()
43 #define GC_PREV _PyGCHead_PREV