Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_object.h67 PyGC_Head *prev = _PyGCHead_PREV(gc); in _PyObject_GC_UNTRACK_impl()
/external/python/cpython3/Include/cpython/
Dobjimpl.h83 #define _PyGCHead_PREV(g) ((PyGC_Head*)((g)->_gc_prev & _PyGC_PREV_MASK)) macro
/external/python/cpython3/Objects/
Dobject.c2091 (PyObject*) _PyGCHead_PREV(_Py_AS_GC(op)); in _PyTrash_destroy_chain()
2129 (PyObject*) _PyGCHead_PREV(_Py_AS_GC(op)); in _PyTrash_thread_destroy_chain()
/external/python/cpython3/Modules/
Dgcmodule.c43 #define GC_PREV _PyGCHead_PREV