Home
last modified time | relevance | path

Searched refs:GC_UNTRACKED (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dgcmodule.c209 #define GC_UNTRACKED _PyGC_REFS_UNTRACKED macro
213 #define IS_TRACKED(o) ((AS_GC(o))->gc.gc_refs != GC_UNTRACKED)
428 || gc_refs == GC_UNTRACKED); in visit_reachable()
1503 g->gc.gc_refs = GC_UNTRACKED; in _PyObject_GC_Malloc()
/external/python/cpython3/Modules/
Dgcmodule.c120 #define GC_UNTRACKED _PyGC_REFS_UNTRACKED macro
124 #define IS_TRACKED(o) (_PyGC_REFS(o) != GC_UNTRACKED)
339 || gc_refs == GC_UNTRACKED); in visit_reachable()
1700 _PyGCHead_SET_REFS(g, GC_UNTRACKED); in _PyObject_GC_Alloc()