OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:garbage
(Results
201 - 225
of
296
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
range.go
207
// piece of memory not to be
garbage
collected until the loop finished.
closure.go
472
// The use of the struct provides type information to the
garbage
/prebuilts/go/darwin-x86/src/encoding/base64/
base64.go
309
// trailing
garbage
/prebuilts/go/darwin-x86/src/os/
file_plan9.go
30
// The file descriptor is valid only until f.Close is called or f is
garbage
collected.
file_windows.go
37
// The handle is valid only until f.Close is called or f is
garbage
collected.
/prebuilts/go/darwin-x86/src/reflect/
all_test.go
[
all
...]
value.go
126
// that would let the
garbage
collector observe the partially-built
544
// doesn't get
garbage
collected.
[
all
...]
/prebuilts/go/darwin-x86/src/runtime/
stubs.go
204
// information about f's caller or complete
garbage
.
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.
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
range.go
207
// piece of memory not to be
garbage
collected until the loop finished.
/prebuilts/go/linux-x86/src/encoding/base64/
base64.go
309
// trailing
garbage
/prebuilts/go/linux-x86/src/os/
file_plan9.go
30
// The file descriptor is valid only until f.Close is called or f is
garbage
collected.
file_windows.go
37
// The handle is valid only until f.Close is called or f is
garbage
collected.
/prebuilts/go/linux-x86/src/reflect/
all_test.go
[
all
...]
value.go
126
// that would let the
garbage
collector observe the partially-built
544
// doesn't get
garbage
collected.
[
all
...]
/prebuilts/go/linux-x86/src/runtime/
stubs.go
204
// information about f's caller or complete
garbage
.
/external/syslinux/core/
isolinux.asm
630
; Award BIOS 4.51 apparently passes
garbage
in sp_drive,
639
; passes
garbage
in sp_drive, and the drive number originally
/external/boringssl/src/util/
doc.go
98
err = fmt.Errorf("
garbage
after comment end on line %d", restLineNo)
/external/zlib/src/contrib/masmx64/
gvmat64.asm
214
; this clear high 32 bits of r8, which can be
garbage
in both r8 and rdx
/prebuilts/go/darwin-x86/misc/ios/
go_darwin_arm_exec.go
54
//
garbage
collector finalizing it, closing the file and releasing the
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
symtab.go
387
//
garbage
collection symbols
/prebuilts/go/darwin-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.
Completed in 1095 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>