func runtime.Stack

4 uses

	runtime (current package)
		mprof.go#L1690: func Stack(buf []byte, all bool) int {

	net/http
		h2_bundle.go#L3136: 	b = b[:runtime.Stack(b, false)]
		h2_bundle.go#L6242: 				buf = buf[:runtime.Stack(buf, false)]
		server.go#L1947: 			buf = buf[:runtime.Stack(buf, false)]