/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
optparse.py | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
optparse.py | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/ |
pybench.py | 788 'enable garbage collection',
845 # Switch off garbage collection
850 print '* Python version doesn\'t support garbage collection'
857 print '* disabled garbage collection'
[all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
optparse.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
optparse.py | [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
mgc.go | 5 // Garbage collector (GC). 18 // On-the-fly garbage collection: an exercise in cooperation. Commun. ACM 21, 11 (November 1978), 21 // Hudson, R., and Moss, J.E.B. Copying Garbage Collection without stopping the world. 131 // improve parallelism, the garbage collector breaks up scan jobs for 236 // Garbage collector phase. 322 // when to trigger concurrent garbage collection and how much marking 405 // triggerRatio is the heap growth ratio at which the garbage 523 // mutator outpace the garbage collector. [all...] |
mheap.go | 145 _MSpanInUse // allocated for garbage collected heap 548 // (for example, in the garbage benchmark, this sweeps 612 // allocated from s. As soon as this happens, the garbage 815 // other garbage in their middles, so we have to [all...] |
runtime2.go | 22 // of "okay during garbage collection" status 389 // If gcphase != _GCoff and this G is visible to the garbage 635 // allocated in non-garbage-collected memory
|
proc.go | 290 // new calls malloc, malloc can call the garbage collector, 291 // and the garbage collector calls the semaphore implementation 295 // which keeps the garbage collector from being invoked. 545 // Add to allm so garbage collector doesn't free g->m [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
mgc.go | 5 // Garbage collector (GC). 18 // On-the-fly garbage collection: an exercise in cooperation. Commun. ACM 21, 11 (November 1978), 21 // Hudson, R., and Moss, J.E.B. Copying Garbage Collection without stopping the world. 131 // improve parallelism, the garbage collector breaks up scan jobs for 236 // Garbage collector phase. 322 // when to trigger concurrent garbage collection and how much marking 405 // triggerRatio is the heap growth ratio at which the garbage 523 // mutator outpace the garbage collector. [all...] |
mheap.go | 145 _MSpanInUse // allocated for garbage collected heap 548 // (for example, in the garbage benchmark, this sweeps 612 // allocated from s. As soon as this happens, the garbage 815 // other garbage in their middles, so we have to [all...] |
runtime2.go | 22 // of "okay during garbage collection" status 389 // If gcphase != _GCoff and this G is visible to the garbage 635 // allocated in non-garbage-collected memory
|
proc.go | 290 // new calls malloc, malloc can call the garbage collector, 291 // and the garbage collector calls the semaphore implementation 295 // which keeps the garbage collector from being invoked. 545 // Add to allm so garbage collector doesn't free g->m [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
optparse.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
optparse.py | [all...] |
/prebuilts/go/darwin-x86/misc/cgo/gmp/ |
gmp.go | 87 Garbage collection is the big problem. It is fine for the Go world to 93 world, because the Go garbage collector is unaware of the memory
|
/prebuilts/go/darwin-x86/src/net/http/ |
request.go | 667 return in // garbage in, garbage out 673 return in // garbage in, garbage out [all...] |
/prebuilts/go/darwin-x86/src/os/ |
file_unix.go | 42 // The file descriptor is valid only until f.Close is called or f is garbage collected.
|
/prebuilts/go/darwin-x86/src/unsafe/ |
unsafe.go | 56 // the garbage collector will not update that uintptr's value
|
/prebuilts/go/linux-x86/misc/cgo/gmp/ |
gmp.go | 87 Garbage collection is the big problem. It is fine for the Go world to 93 world, because the Go garbage collector is unaware of the memory
|
/prebuilts/go/linux-x86/src/net/http/ |
request.go | 667 return in // garbage in, garbage out 673 return in // garbage in, garbage out [all...] |
/prebuilts/go/linux-x86/src/os/ |
file_unix.go | 42 // The file descriptor is valid only until f.Close is called or f is garbage collected.
|
/prebuilts/go/linux-x86/src/unsafe/ |
unsafe.go | 56 // the garbage collector will not update that uintptr's value
|
/external/boringssl/src/ssl/test/runner/ |
dtls.go | 94 // peer sending garbage.
|
/external/v8/benchmarks/ |
splay.js | 91 // Allow the garbage collector to reclaim the memory
|