HomeSort by relevance Sort by last modified time
    Searched refs:garbage (Results 201 - 225 of 327) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
tables.go 80 t.ents[k] = HeaderField{} // so strings can be garbage collected
  /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/os/
file_windows.go 27 // The handle 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
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
tables.go 80 t.ents[k] = HeaderField{} // so strings can be garbage collected
  /prebuilts/go/darwin-x86/src/runtime/
panic.go 80 // for deferproc does not describe them. So we can't let garbage
330 // nosplit because the garbage collector won't know the form
496 // or a garbage collection happens before reflectcall starts executing d.fn.
runtime2.go 22 // of "okay during garbage collection" status
228 // muintptr is a *m that is not tracked by the garbage collector.
649 // allocated in non-garbage-collected memory
mheap.go 199 _MSpanInUse // allocated for garbage collected heap
366 // pointers and thus do not need to be scanned by the garbage
666 // (for example, in the garbage benchmark, this sweeps
738 // allocated from s. As soon as this happens, the garbage
948 // other garbage in their middles, so we have to
    [all...]
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
254 // Garbage collector phase.
342 // when to trigger concurrent garbage collection and how much marking
    [all...]
proc.go 310 // new calls malloc, malloc can call the garbage collector,
311 // and the garbage collector calls the semaphore implementation
315 // which keeps the garbage collector from being invoked.
568 // Add to allm so garbage collector doesn't free g->m
    [all...]
stubs.go 217 // information about f's caller or complete garbage.
  /prebuilts/go/linux-x86/src/runtime/
panic.go 80 // for deferproc does not describe them. So we can't let garbage
330 // nosplit because the garbage collector won't know the form
496 // or a garbage collection happens before reflectcall starts executing d.fn.
runtime2.go 22 // of "okay during garbage collection" status
228 // muintptr is a *m that is not tracked by the garbage collector.
649 // allocated in non-garbage-collected memory
mheap.go 199 _MSpanInUse // allocated for garbage collected heap
366 // pointers and thus do not need to be scanned by the garbage
666 // (for example, in the garbage benchmark, this sweeps
738 // allocated from s. As soon as this happens, the garbage
948 // other garbage in their middles, so we have to
    [all...]
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
254 // Garbage collector phase.
342 // when to trigger concurrent garbage collection and how much marking
    [all...]
proc.go 310 // new calls malloc, malloc can call the garbage collector,
311 // and the garbage collector calls the semaphore implementation
315 // which keeps the garbage collector from being invoked.
568 // Add to allm so garbage collector doesn't free g->m
    [all...]
  /external/boringssl/src/ssl/test/runner/
dtls.go 54 // peer sending garbage.
  /external/tensorflow/tensorflow/contrib/eager/python/
network_test.py 123 # TODO(allenl): This test creates garbage in some Python versions
135 # TODO(allenl): This test creates garbage in some Python versions
146 # TODO(allenl): This test creates garbage in some Python versions
256 # Try again with a garbage collected parent.
266 with self.assertRaisesRegexp(ValueError, "garbage collected"):
444 preexisting = len(gc.garbage)
449 # There should be no additional garbage requiring collection.
450 self.assertEqual(preexisting, len(gc.garbage))
    [all...]
  /external/v8/benchmarks/
splay.js 91 // Allow the garbage collector to reclaim the memory
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
range.go 273 // piece of memory not to be garbage collected until the loop finished.
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
merge.go 24 // Compact performs garbage collection on a profile to remove any
  /prebuilts/go/darwin-x86/src/encoding/base64/
base64.go 340 // trailing garbage
  /prebuilts/go/darwin-x86/src/net/http/
request.go 678 return in // garbage in, garbage out
684 return in // garbage in, garbage out
    [all...]
  /prebuilts/go/darwin-x86/src/os/
file_unix.go 56 // The file descriptor is valid only until f.Close is called or f is garbage collected.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
range.go 273 // piece of memory not to be garbage collected until the loop finished.

Completed in 1142 milliseconds

1 2 3 4 5 6 7 891011>>