runtime.MemStats.StackSys (field)

4 uses

	runtime (current package)
		heapdump.go#L582: 	dumpint(m.StackSys)
		mstats.go#L252: 	StackSys uint64
		mstats.go#L445: 	stats.StackSys = memstats.stacks_inuse + memstats.stacks_sys.load()

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