HomeSort by relevance Sort by last modified time
    Searched refs:GOGC (Results 1 - 14 of 14) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
crash_unix_test.go 63 // Set GOGC=off. Because of golang.org/issue/10958, the tight
68 if !strings.HasPrefix(s, "GOGC=") {
72 cmd.Env = append(newEnv, "GOGC=off")
gc_test.go 18 if os.Getenv("GOGC") == "off" {
19 t.Skip("skipping test; GOGC=off in environment")
mgc.go 122 // the amount already in use. The proportion is controlled by GOGC environment variable
123 // (100 by default). If GOGC=100 and we're using 4M, we'll GC again when we get to 8M
125 // proportion to the allocation cost. Adjusting GOGC just changes the linear constant
157 // For small heaps, this overrides the usual GOGC*live set rule.
160 // collecting when the heap reaches GOGC*live results in many GC
164 // During initialization this is set to 4MB*GOGC/100. In the case of
165 // GOGC==0, this will set heapminimum to 0, resulting in constant
170 // defaultHeapMinimum is the value of heapminimum for GOGC==100.
173 // Initialized from $GOGC. GOGC=off means no GC
    [all...]
extern.go 17 The GOGC variable sets the initial garbage collection target percentage.
20 is GOGC=100. Setting GOGC=off disables the garbage collector entirely.
mstats.go 334 // value of GOGC.
388 // even if GOGC=off.
  /prebuilts/go/linux-x86/src/runtime/
crash_unix_test.go 63 // Set GOGC=off. Because of golang.org/issue/10958, the tight
68 if !strings.HasPrefix(s, "GOGC=") {
72 cmd.Env = append(newEnv, "GOGC=off")
gc_test.go 18 if os.Getenv("GOGC") == "off" {
19 t.Skip("skipping test; GOGC=off in environment")
mgc.go 122 // the amount already in use. The proportion is controlled by GOGC environment variable
123 // (100 by default). If GOGC=100 and we're using 4M, we'll GC again when we get to 8M
125 // proportion to the allocation cost. Adjusting GOGC just changes the linear constant
157 // For small heaps, this overrides the usual GOGC*live set rule.
160 // collecting when the heap reaches GOGC*live results in many GC
164 // During initialization this is set to 4MB*GOGC/100. In the case of
165 // GOGC==0, this will set heapminimum to 0, resulting in constant
170 // defaultHeapMinimum is the value of heapminimum for GOGC==100.
173 // Initialized from $GOGC. GOGC=off means no GC
    [all...]
extern.go 17 The GOGC variable sets the initial garbage collection target percentage.
20 is GOGC=100. Setting GOGC=off disables the garbage collector entirely.
mstats.go 334 // value of GOGC.
388 // even if GOGC=off.
  /prebuilts/go/darwin-x86/src/runtime/debug/
garbage.go 88 // The initial setting is the value of the GOGC environment variable
  /prebuilts/go/linux-x86/src/runtime/debug/
garbage.go 88 // The initial setting is the value of the GOGC environment variable
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof_test.go 426 cmd.Env = append([]string{"GODEBUG=gcstackbarrierall=1", "GOGC=1", "GOTRACEBACK=system"}, os.Environ()...)
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof_test.go 426 cmd.Env = append([]string{"GODEBUG=gcstackbarrierall=1", "GOGC=1", "GOTRACEBACK=system"}, os.Environ()...)

Completed in 6314 milliseconds