runtime.gcControllerState.scanWork (field)
9 uses
runtime (current package)
mgc.go#L351: scanWork int64
mgc.go#L434: c.scanWork = 0
mgc.go#L532: work := atomic.Loadint64(&c.scanWork)
mgc.go#L657: W_a := c.scanWork
mgc.go#L2157: memstats.heap_scan = uint64(gcController.scanWork)
mgcmark.go#L1054: atomic.Xaddint64(&gcController.scanWork, gcw.scanWork)
mgcmark.go#L1074: atomic.Xaddint64(&gcController.scanWork, gcw.scanWork)
mgcmark.go#L1146: atomic.Xaddint64(&gcController.scanWork, gcw.scanWork)
mgcwork.go#L278: atomic.Xaddint64(&gcController.scanWork, w.scanWork)
![]() |
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. |