/prebuilts/go/linux-x86/src/cmd/compile/internal/mips/ |
ggen.go | 22 // so that the garbage collector only sees initialized values
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/mips64/ |
ggen.go | 22 // so that the garbage collector only sees initialized values
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ppc64/ |
ggen.go | 22 // so that the garbage collector only sees initialized values
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/x86/ |
ggen.go | 22 // so that the garbage collector only sees initialized values
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
unsafeptr.go | 52 // because in the middle the garbage collector doesn't
|
/prebuilts/go/linux-x86/src/runtime/debug/ |
garbage_test.go | 22 // especially if we follow up with an explicit garbage collection.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
regrtest.py | 384 # Uncomment the line below to report garbage that is not
386 # garbage that is not collectable by the GC is reported.
576 if gc.garbage:
577 print "Warning: test created", len(gc.garbage),
581 found_garbage.extend(gc.garbage)
582 del gc.garbage[:]
[all...] |
test_csv.py | [all...] |
/prebuilts/go/darwin-x86/src/internal/trace/ |
order.go | 39 garbage = ^uint64(0) - 1 186 g = garbage 38 garbage = ^uint64(0) - 1 const
|
/prebuilts/go/darwin-x86/src/runtime/ |
mstats.go | 72 // Statistics about garbage collector. 207 // well as unreachable objects that the garbage collector has 214 // typical of stop-the-world garbage collectors). 320 // GCSys is bytes of memory in garbage collection metadata. 327 // Garbage collector statistics. 331 // The garbage collector's goal is to keep HeapAlloc ? NextGC. 337 // LastGC is the time the last garbage collection finished, as 345 // and only the garbage collector can run. 441 // which is a snapshot as of the most recently completed garbage
|
mbarrier.go | 5 // Garbage collector: write barriers. 7 // For the concurrent garbage collector, the Go compiler implements 44 // from hiding an object from the garbage collector: 105 // consequence of this is that the garbage collector may cache the 125 // The Go garbage collector requires write barriers when heap pointers 126 // are stored in globals. Many garbage collectors ignore writes to
|
signal_sighandler.go | 24 // The garbage collector may have stopped the world, so write barriers
|
/prebuilts/go/darwin-x86/src/sync/ |
pool.go | 24 // relieving pressure on the garbage collector. That is, it makes it easy to 212 // This function is called with the world stopped, at the beginning of a garbage collection.
|
/prebuilts/go/linux-x86/src/internal/trace/ |
order.go | 39 garbage = ^uint64(0) - 1 186 g = garbage 38 garbage = ^uint64(0) - 1 const
|
/prebuilts/go/linux-x86/src/runtime/ |
mstats.go | 72 // Statistics about garbage collector. 207 // well as unreachable objects that the garbage collector has 214 // typical of stop-the-world garbage collectors). 320 // GCSys is bytes of memory in garbage collection metadata. 327 // Garbage collector statistics. 331 // The garbage collector's goal is to keep HeapAlloc ? NextGC. 337 // LastGC is the time the last garbage collection finished, as 345 // and only the garbage collector can run. 441 // which is a snapshot as of the most recently completed garbage
|
mbarrier.go | 5 // Garbage collector: write barriers. 7 // For the concurrent garbage collector, the Go compiler implements 44 // from hiding an object from the garbage collector: 105 // consequence of this is that the garbage collector may cache the 125 // The Go garbage collector requires write barriers when heap pointers 126 // are stored in globals. Many garbage collectors ignore writes to
|
signal_sighandler.go | 24 // The garbage collector may have stopped the world, so write barriers
|
/prebuilts/go/linux-x86/src/sync/ |
pool.go | 24 // relieving pressure on the garbage collector. That is, it makes it easy to 212 // This function is called with the world stopped, at the beginning of a garbage collection.
|
/external/llvm/bindings/ocaml/executionengine/ |
llvm_executionengine.mli | 44 engine is not garbage collected and must be destroyed with [dispose ee].
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/arm64/ |
ggen.go | 29 // so that the garbage collector only sees initialized values
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/s390x/ |
ggen.go | 28 // so that the garbage collector only sees initialized values
|
/prebuilts/go/darwin-x86/src/sync/atomic/ |
value_test.go | 196 // The old version will be garbage collected once the existing readers
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/arm64/ |
ggen.go | 29 // so that the garbage collector only sees initialized values
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/s390x/ |
ggen.go | 28 // so that the garbage collector only sees initialized values
|
/prebuilts/go/linux-x86/src/sync/atomic/ |
value_test.go | 196 // The old version will be garbage collected once the existing readers
|