runtime.mstats.heap_scan (field)
7 uses
runtime (current package)
mcache.go#L193: atomic.Xadd64(&memstats.heap_scan, int64(c.scanAlloc))
mcache.go#L253: atomic.Xadd64(&memstats.heap_scan, int64(c.scanAlloc))
mgc.go#L494: " (scan ", memstats.heap_scan>>20, " MB in ",
mgc.go#L531: scan := atomic.Load64(&memstats.heap_scan)
mgc.go#L2149: memstats.heap_scan += uint64(c.scanAlloc)
mgc.go#L2157: memstats.heap_scan = uint64(gcController.scanWork)
mstats.go#L150: heap_scan uint64
![]() |
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. |