Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_gc.h49 #define _PyGCHead_PREV(g) ((PyGC_Head*)((g)->_gc_prev & _PyGC_PREV_MASK)) macro
Dpycore_object.h71 PyGC_Head *prev = _PyGCHead_PREV(gc); in _PyObject_GC_UNTRACK_impl()
/external/python/cpython3/Objects/
Dobject.c2068 (PyObject*) _PyGCHead_PREV(_Py_AS_GC(op)); in _PyTrash_destroy_chain()
2106 (PyObject*) _PyGCHead_PREV(_Py_AS_GC(op)); in _PyTrash_thread_destroy_chain()
/external/python/cpython3/Modules/
Dgcmodule.c49 #define GC_PREV _PyGCHead_PREV