runtime.MemStats.BuckHashSys (field)

4 uses

	runtime (current package)
		heapdump.go#L589: 	dumpint(m.BuckHashSys)
		mstats.go#L238: 	BuckHashSys uint64
		mstats.go#L543: 	stats.BuckHashSys = memstats.buckhash_sys.load()

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