const runtime.mSpanManual
10 uses
runtime (current package)
cgocheck.go#L137: if s.state.get() == mSpanManual {
mbitmap.go#L381: if state == mSpanManual {
mgcmark.go#L1478: if s.state.get() == mSpanManual && size == 0 {
mheap.go#L346: mSpanManual // allocated for manual management (e.g., stack allocator)
mheap.go#L613: case mSpanInUse, mSpanManual:
mheap.go#L1219: s.state.set(mSpanManual)
mheap.go#L1444: case mSpanManual:
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. |