runtime.MemStats.BuckHashSys (field)

4 uses

	runtime (current package)
		heapdump.go#L587: 	dumpint(m.BuckHashSys)
		mstats.go#L280: 	BuckHashSys uint64
		mstats.go#L450: 	stats.BuckHashSys = memstats.buckhash_sys.load()

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