runtime.MemProfileRecord.FreeObjects (field)

3 uses

	runtime (current package)
		mprof.go#L950: 	AllocObjects, FreeObjects int64       // number of objects allocated, freed
		mprof.go#L959: 	return r.AllocObjects - r.FreeObjects
		mprof.go#L1075: 	dst.FreeObjects = src.FreeObjects