runtime.MemStats.OtherSys (field)

4 uses

	runtime (current package)
		heapdump.go#L591: 	dumpint(m.OtherSys)
		mstats.go#L245: 	OtherSys uint64
		mstats.go#L548: 	stats.OtherSys = memstats.other_sys.load()

	runtime/pprof
		pprof.go#L703: 	fmt.Fprintf(w, "# OtherSys = %d\n", s.OtherSys)