Home
last modified time | relevance | path

Searched refs:generation0 (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_object.h115 * Internal note: interp->gc.generation0->_gc_prev doesn't have any bit flags
139 PyGC_Head *generation0 = interp->gc.generation0; in _PyObject_GC_TRACK() local
140 PyGC_Head *last = (PyGC_Head*)(generation0->_gc_prev); in _PyObject_GC_TRACK()
143 _PyGCHead_SET_NEXT(gc, generation0); in _PyObject_GC_TRACK()
144 generation0->_gc_prev = (uintptr_t)gc; in _PyObject_GC_TRACK()
H A Dpycore_gc.h143 PyGC_Head *generation0; member
/third_party/python/Modules/
H A Dgcmodule.c152 gcstate->generation0 = GEN_HEAD(gcstate, 0); in _PyGC_InitState()

Completed in 5 milliseconds