runtime.gcWork.bytesMarked (field)
9 uses
runtime (current package)
mgcmark.go#L1229: gcw.bytesMarked += uint64(n)
mgcmark.go#L1291: gcw.bytesMarked += uint64(n)
mgcmark.go#L1444: gcw.bytesMarked += uint64(span.elemsize)
mgcmark.go#L1530: gcw.bytesMarked += uint64(size)
mgcwork.go#L78: bytesMarked uint64
mgcwork.go#L269: if w.bytesMarked != 0 {
mgcwork.go#L274: atomic.Xadd64(&work.bytesMarked, int64(w.bytesMarked))
mgcwork.go#L275: w.bytesMarked = 0
mwbbuf.go#L279: gcw.bytesMarked += uint64(span.elemsize)
![]() |
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. |