HomeSort by relevance Sort by last modified time
    Searched refs:garbage (Results 226 - 250 of 296) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/testing/
benchmark.go 133 // by clearing garbage from previous runs.
  /prebuilts/go/linux-x86/misc/ios/
go_darwin_arm_exec.go 54 // garbage collector finalizing it, closing the file and releasing the
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
closure.go 472 // The use of the struct provides type information to the garbage
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
symtab.go 387 // garbage collection symbols
  /prebuilts/go/linux-x86/src/net/
dnsclient_unix_test.go 681 s.Write([]byte("garbage DNS response packet"))
fd_windows.go 126 // by InitBufs, so it can be released by garbage collector.
  /prebuilts/go/linux-x86/src/runtime/
mstkbar.go 5 // Garbage collector: stack barriers
7 // Stack barriers enable the garbage collector to determine how much
select.go 662 // TODO(khr): if we have a moving garbage collector, we'll need to
type.go 37 // gcdata stores the GC type data for the garbage collector.
stack.go 123 stackPoisonCopy = 0 // fill stack that should not be accessed with garbage, to detect bad dereferences during copy
    [all...]
mgcmark.go 5 // Garbage collector: marking and scanning
254 userG.waitreason = "garbage collection scan"
337 // 2) Finalizer specials (which are not in the garbage
    [all...]
  /prebuilts/go/linux-x86/src/testing/
benchmark.go 133 // by clearing garbage from previous runs.
  /prebuilts/go/darwin-x86/src/cmd/cgo/
doc.go 255 Go is a garbage collected language, and the garbage collector needs to
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
stack.go 123 stackPoisonCopy = 0 // fill stack that should not be accessed with garbage, to detect bad dereferences during copy
    [all...]
mgcmark.go 5 // Garbage collector: marking and scanning
254 userG.waitreason = "garbage collection scan"
337 // 2) Finalizer specials (which are not in the garbage
    [all...]
symtab.go 183 // are visible to the garbage collector.
  /prebuilts/go/linux-x86/src/cmd/cgo/
doc.go 255 Go is a garbage collected language, and the garbage collector needs to
    [all...]
  /external/protobuf/js/binary/
decoder.js 932 // Chrome 25+, and generates no additional cons string garbage.
  /prebuilts/go/darwin-x86/src/archive/tar/
reader_test.go 870 trash := strings.Repeat("garbage ", 64) // Exactly 512 bytes
  /prebuilts/go/darwin-x86/src/cmd/dist/
test.go 428 // creation of first goroutines and first garbage collections in the parallel setting.
    [all...]
  /prebuilts/go/darwin-x86/src/image/png/
reader.go 879 // Ignore trailing zero-length or garbage IDAT chunks.
  /prebuilts/go/darwin-x86/src/math/big/
nat.go 443 z[2*k:].clear() // upper portion of z is garbage (and 2*k <= m+n since k <= n <= m)
  /prebuilts/go/darwin-x86/src/os/exec/
exec_test.go 760 // garbage collected, and therefore closed, while
  /prebuilts/go/linux-x86/src/archive/tar/
reader_test.go 870 trash := strings.Repeat("garbage ", 64) // Exactly 512 bytes
  /prebuilts/go/linux-x86/src/cmd/dist/
test.go 428 // creation of first goroutines and first garbage collections in the parallel setting.
    [all...]

Completed in 1315 milliseconds

1 2 3 4 5 6 7 8 91011>>