Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dgcmodule.c188 During a collection, _gc_prev is temporary used for gc_refs, and the gc list
191 gc_refs
193 to gc_refs, for each object in the generation being collected.
194 subtract_refs() then adjusts gc_refs so that it equals the number of
221 Objects that are found to be reachable have gc_refs set to 1.
415 /* Set all gc_refs = ob_refcnt. After this, gc_refs is > 0 and
454 /* We're only interested in gc_refs for objects in the in visit_decref()
456 * because only they have positive gc_refs. in visit_decref()
465 /* Subtract internal references from gc_refs
493 const Py_ssize_t gc_refs = gc_get_refs(gc); visit_reachable() local
[all...]

Completed in 3 milliseconds