const runtime.stackNoCache
3 uses
runtime (current package)
stack.go#L116: stackNoCache = 0 // disable per-P small stack caches
stack.go#L363: if stackNoCache != 0 || thisg.m.p == 0 || thisg.m.preemptoff != "" {
stack.go#L460: if stackNoCache != 0 || gp.m.p == 0 || gp.m.preemptoff != "" {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)