runtime.MemStats.BuckHashSys (field)

4 uses

	runtime (current package)
		heapdump.go#L588: 	dumpint(m.BuckHashSys)
		mstats.go#L235: 	BuckHashSys uint64
		mstats.go#L541: 	stats.BuckHashSys = memstats.buckhash_sys.load()

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