runtime.MemStats.BuckHashSys (field)

4 uses

	runtime (current package)
		heapdump.go#L585: 	dumpint(m.BuckHashSys)
		mstats.go#L346: 	BuckHashSys uint64
		mstats.go#L520: 	stats.BuckHashSys = memstats.buckhash_sys.load()

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