runtime.MemStats.Frees (field)

4 uses

	runtime (current package)
		heapdump.go#L574: 	dumpint(m.Frees)
		mstats.go#L143: 	Frees uint64
		mstats.go#L419: 	stats.Frees = memstats.nfree

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