runtime.MemStats.StackInuse (field)
4 uses
runtime (current package)
heapdump.go#L582: dumpint(m.StackInuse)
mstats.go#L191: StackInuse uint64
mstats.go#L533: stats.StackInuse = stackInUse
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)