type runtime.mSpanStateBox
4 uses
runtime (current package)
mheap.go#L361: type mSpanStateBox struct {
mheap.go#L365: func (b *mSpanStateBox) set(s mSpanState) {
mheap.go#L369: func (b *mSpanStateBox) get() mSpanState {
mheap.go#L458: state mSpanStateBox // mSpanInUse etc; accessed atomically (get/set methods)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)