Searched refs:collectable (Results 1 – 5 of 5) sorted by relevance
334 gc_list_clear_collecting(PyGC_Head *collectable) in gc_list_clear_collecting() argument337 for (gc = GC_NEXT(collectable); gc != collectable; gc = GC_NEXT(gc)) { in gc_list_clear_collecting()959 finalize_garbage(PyThreadState *tstate, PyGC_Head *collectable) in finalize_garbage() argument974 while (!gc_list_is_empty(collectable)) { in finalize_garbage()975 PyGC_Head *gc = GC_NEXT(collectable); in finalize_garbage()987 gc_list_merge(&seen, collectable); in finalize_garbage()996 PyGC_Head *collectable, PyGC_Head *old) in delete_garbage() argument1000 while (!gc_list_is_empty(collectable)) { in delete_garbage()1001 PyGC_Head *gc = GC_NEXT(collectable); in delete_garbage()1025 if (GC_NEXT(collectable) == gc) { in delete_garbage()
304 Print information on collectable objects found.
1011 * Pure-Python: message types are now garbage-collectable.
83 keep objects alive that would normally be collectable. Also note that catching
109429 that could cause the other pads to become collectable.