runtime.mspan.gcmarkBits (field)
10 uses
runtime (current package)
mbitmap.go#L248: bytep, mask := s.gcmarkBits.bitp(objIndex)
mbitmap.go#L253: return markBits{(*uint8)(s.gcmarkBits), uint8(1), 0}
mbitmap.go#L786: mrkBits := *(*uint64)(unsafe.Pointer(s.gcmarkBits.bytep(i)))
mgcsweep.go#L441: if (*s.gcmarkBits.bytep(obj / 8)&^*s.allocBits.bytep(obj / 8))>>(obj%8) != 0 {
mgcsweep.go#L446: if *s.gcmarkBits.bytep(i)&^*s.allocBits.bytep(i) != 0 {
mgcsweep.go#L470: s.allocBits = s.gcmarkBits
mgcsweep.go#L471: s.gcmarkBits = newMarkBits(s.nelems)
mheap.go#L443: gcmarkBits *gcBits
mheap.go#L1246: s.gcmarkBits = newMarkBits(s.nelems)
mheap.go#L1540: span.gcmarkBits = nil
![]() |
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. |