runtime.MemStats.StackInuse (field)

4 uses

	runtime (current package)
		heapdump.go#L581: 	dumpint(m.StackInuse)
		mstats.go#L246: 	StackInuse uint64
		mstats.go#L442: 	stats.StackInuse = memstats.stacks_inuse

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