Home
last modified time | relevance | path

Searched refs:_PyGCHead_PREV (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_gc.h50 #define _PyGCHead_PREV(g) ((PyGC_Head*)((g)->_gc_prev & _PyGC_PREV_MASK)) macro
H A Dpycore_object.h116 * because it's not object header. So we don't use _PyGCHead_PREV() and
169 PyGC_Head *prev = _PyGCHead_PREV(gc); in _PyObject_GC_UNTRACK()
/third_party/python/Objects/
H A Dobject.c2267 (PyObject*) _PyGCHead_PREV(_Py_AS_GC(op)); in _PyTrash_thread_destroy_chain()
/third_party/python/Modules/
H A Dgcmodule.c48 #define GC_PREV _PyGCHead_PREV

Completed in 7 milliseconds