runtime.MemProfileRecord.FreeObjects (field)

3 uses

	runtime (current package)
		mprof.go#L606: 	AllocObjects, FreeObjects int64       // number of objects allocated, freed
		mprof.go#L615: 	return r.AllocObjects - r.FreeObjects
		mprof.go#L711: 	r.FreeObjects = int64(mp.active.frees)