runtime.mSpanStateBox.get (method)
21 uses
runtime (current package)
cgocheck.go#L137: if s.state.get() == mSpanManual {
heapdump.go#L452: if s.state.get() == mSpanInUse {
heapdump.go#L478: if s.state.get() != mSpanInUse {
heapdump.go#L650: if s.state.get() != mSpanInUse {
heapdump.go#L673: if s.state.get() == mSpanInUse {
mbitmap.go#L339: state := s.state.get()
mbitmap.go#L379: if state := s.state.get(); state != mSpanInUse || p < s.base() || p >= s.limit {
mbitmap.go#L575: } else if s.state.get() != mSpanInUse || dst < s.base() || s.limit <= dst {
mgcmark.go#L346: if state := s.state.get(); state != mSpanInUse {
mgcmark.go#L1470: if state := s.state.get(); 0 <= state && int(state) < len(mSpanStateNames) {
mgcmark.go#L1478: if s.state.get() == mSpanManual && size == 0 {
mgcsweep.go#L210: if state := s.state.get(); state != mSpanInUse {
mgcsweep.go#L328: if state := s.state.get(); state != mSpanInUse || s.sweepgen != sweepgen-1 {
mgcsweep.go#L478: if state := s.state.get(); state != mSpanInUse || s.sweepgen != sweepgen-1 {
mheap.go#L369: func (b *mSpanStateBox) get() mSpanState {
mheap.go#L612: switch s.state.get() {
mheap.go#L684: if s == nil || s.state.get() != mSpanInUse || p < s.base() || p >= s.limit {
mheap.go#L1443: switch s.state.get() {
signal_unix.go#L394: if s != nil && s.state.get() == mSpanManual && s.base() < sp && sp < s.limit {
stack.go#L225: if s.state.get() != mSpanManual {
stack.go#L475: if s.state.get() != mSpanManual {
![]() |
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. |