Home
last modified time | relevance | path

Searched refs:collectable (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Modules/
Dgcmodule.c334 gc_list_clear_collecting(PyGC_Head *collectable) in gc_list_clear_collecting() argument
337 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() argument
974 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() argument
1000 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()
/third_party/python/Doc/library/
Dgc.rst304 Print information on collectable objects found.
/third_party/protobuf/
DCHANGES.txt1011 * Pure-Python: message types are now garbage-collectable.
/third_party/python/Doc/reference/
Ddatamodel.rst83 keep objects alive that would normally be collectable. Also note that catching
/third_party/gstreamer/gstreamer/
DChangeLog109429 that could cause the other pads to become collectable.