runtime.MemStats.StackSys (field)

4 uses

	runtime (current package)
		heapdump.go#L584: 	dumpint(m.StackSys)
		mstats.go#L210: 	StackSys uint64
		mstats.go#L538: 	stats.StackSys = stackInUse + memstats.stacks_sys.load()

	runtime/pprof
		pprof.go#L698: 	fmt.Fprintf(w, "# Stack = %d / %d\n", s.StackInuse, s.StackSys)