runtime.mspan.spanclass (field)
8 uses
runtime (current package)
mgcmark.go#L1227: if s.spanclass.noscan() {
mgcmark.go#L1443: if span.spanclass.noscan() {
mgcmark.go#L1469: print(" s.base()=", hex(s.base()), " s.limit=", hex(s.limit), " s.spanclass=", s.spanclass, " s.elemsize=", s.elemsize, " s.state=")
mgcsweep.go#L339: spc := s.spanclass
mheap.go#L457: spanclass spanClass // size class and noscan (uint8)
mheap.go#L1223: s.spanclass = spanclass
mheap.go#L1533: span.spanclass = 0
mwbbuf.go#L278: if span.spanclass.noscan() {
![]() |
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. |