runtime.MemStats.OtherSys (field)

4 uses

	runtime (current package)
		heapdump.go#L589: 	dumpint(m.OtherSys)
		mstats.go#L287: 	OtherSys uint64
		mstats.go#L455: 	stats.OtherSys = memstats.other_sys.load()

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