Searched defs:unreachable (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dgcmodule.c197 indirectly) from outside the generation into an "unreachable" set.
199 again. Objects that are found to be unreachable have gc_refs set to
434 /* Move the unreachable objects from young to unreachable. After this,
436 * unreachable have gc_refs = GC_TENTATIVELY_UNREACHABLE. All tracked
437 * gc objects not in young or unreachable still have gc_refs = GC_REACHABLE.
439 * from outside the original young; and all objects in unreachable are
443 move_unreachable(PyGC_Head *young, PyGC_Head *unreachable) argument
450 * from the original young "to the left" of us are in unreachable now,
481 /* This *may* be unreachable
537 move_finalizers(PyGC_Head *unreachable, PyGC_Head *finalizers) argument
601 handle_weakrefs(PyGC_Head *unreachable, PyGC_Head *old) argument
879 PyGC_Head unreachable; /* non-problematic unreachable trash */ local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dgcmodule.c157 indirectly) from outside the generation into an "unreachable" set.
159 again. Objects that are found to be unreachable have gc_refs set to
394 /* Move the unreachable objects from young to unreachable. After this,
396 * unreachable have gc_refs = GC_TENTATIVELY_UNREACHABLE. All tracked
397 * gc objects not in young or unreachable still have gc_refs = GC_REACHABLE.
399 * from outside the original young; and all objects in unreachable are
403 move_unreachable(PyGC_Head *young, PyGC_Head *unreachable) argument
410 * from the original young "to the left" of us are in unreachable now,
444 /* This *may* be unreachable
486 move_finalizers(PyGC_Head *unreachable, PyGC_Head *finalizers) argument
550 handle_weakrefs(PyGC_Head *unreachable, PyGC_Head *old) argument
828 PyGC_Head unreachable; /* non-problematic unreachable trash */ local
[all...]

Completed in 7 milliseconds