runtime.MemStats.StackInuse (field)

4 uses

	runtime (current package)
		heapdump.go#L583: 	dumpint(m.StackInuse)
		mstats.go#L194: 	StackInuse uint64
		mstats.go#L535: 	stats.StackInuse = stackInUse

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