runtime.MemStats.StackSys (field)
4 uses
runtime (current package)
heapdump.go#L583: dumpint(m.StackSys)
mstats.go#L207: StackSys uint64
mstats.go#L536: stats.StackSys = stackInUse + memstats.stacks_sys.load()
runtime/pprof
pprof.go#L706: fmt.Fprintf(w, "# Stack = %d / %d\n", s.StackInuse, s.StackSys)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)