runtime.MemStats.StackSys (field)
4 uses
runtime (current package)
heapdump.go#L580: dumpint(m.StackSys)
mstats.go#L318: StackSys uint64
mstats.go#L515: stats.StackSys = memstats.stacks_inuse + memstats.stacks_sys.load()
runtime/pprof
pprof.go#L632: fmt.Fprintf(w, "# Stack = %d / %d\n", s.StackInuse, s.StackSys)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)