runtime.MemStats.OtherSys (field)

4 uses

	runtime (current package)
		heapdump.go#L590: 	dumpint(m.OtherSys)
		mstats.go#L242: 	OtherSys uint64
		mstats.go#L546: 	stats.OtherSys = memstats.other_sys.load()

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