Home
last modified time | relevance | path

Searched refs:GC_UNTRACKED (Results 1 – 1 of 1) 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()