var runtime.gcpercent
11 uses
runtime (current package)
mgc.go#L170: var gcpercent int32
mgc.go#L229: out = gcpercent
mgc.go#L233: gcpercent = in
mgc.go#L234: heapminimum = defaultHeapMinimum * uint64(gcpercent) / 100
mgc.go#L524: gcpercent := gcpercent
mgc.go#L830: if gcpercent >= 0 {
mgc.go#L831: goal = memstats.heap_marked + memstats.heap_marked*uint64(gcpercent)/100
mgc.go#L835: if gcpercent >= 0 {
mgc.go#L836: scalingFactor := float64(gcpercent) / 100
mgc.go#L876: if gcpercent >= 0 {
mgc.go#L1274: if gcpercent < 0 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |