runtime.g.gcAssistBytes (field)
18 uses
runtime (current package)
malloc.go#L955: assistG.gcAssistBytes -= int64(size)
malloc.go#L957: if assistG.gcAssistBytes < 0 {
malloc.go#L1161: assistG.gcAssistBytes -= int64(size - dataSize)
mgc.go#L2235: gp.gcAssistBytes = 0
mgcmark.go#L405: debtBytes := -gp.gcAssistBytes
mgcmark.go#L423: gp.gcAssistBytes += 1 + int64(assistBytesPerWork*float64(stolen))
mgcmark.go#L426: gp.gcAssistBytes += debtBytes
mgcmark.go#L460: if gp.gcAssistBytes < 0 {
mgcmark.go#L517: gp.gcAssistBytes = 0
mgcmark.go#L549: gp.gcAssistBytes += 1 + int64(assistBytesPerWork*float64(workDone))
mgcmark.go#L651: if scanBytes+gp.gcAssistBytes >= 0 {
mgcmark.go#L653: scanBytes += gp.gcAssistBytes
mgcmark.go#L654: gp.gcAssistBytes = 0
mgcmark.go#L664: gp.gcAssistBytes += scanBytes
proc.go#L3397: if gcBlackenEnabled != 0 && gp.gcAssistBytes > 0 {
proc.go#L3402: scanCredit := int64(assistWorkPerByte * float64(gp.gcAssistBytes))
proc.go#L3404: gp.gcAssistBytes = 0
runtime2.go#L483: gcAssistBytes int64
![]() |
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. |