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