Home
last modified time | relevance | path

Searched refs:trash (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgc_weakref.txt41 trash (CT) exists, then any call to any Python code whatsoever can end up
59 Clearing cyclic trash can call Python code. If there are weakrefs to
60 any of the cyclic trash, then those weakrefs can be used to resurrect
61 the objects. Therefore, *before* clearing cyclic trash, we need to
83 is that the weakly referenced object is unreachable trash at the time the
87 becomes part of a clump of cyclic trash. When enough cycles are broken by
102 Note that if it's possible for the callback to get at objects in the trash
104 trash cycles. Else the callback would have acted as an external root to
106 trash either.
111 More, if the callback itself is in cyclic trash, then the weakref to which
[all …]
/device/google/contexthub/firmware/os/platform/stm32/lkr/
Dapp.lkr31 …- ".trash" contains sections taht GCC simply feel like it MUST produce (link error otherwise) but …
45 trash : ORIGIN = 0xF0000000, LENGTH = 256K /* we throw this away soon after linking */
136 } > trash
139 } > trash
142 } > trash
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_descr.py3855 class trash(object): class
3861 o = trash(o)