internal/profilerecord.MemProfileRecord.AllocObjects (field)

9 uses

	internal/profilerecord (current package)
		profilerecord.go#L17: 	AllocObjects, FreeObjects int64
		profilerecord.go#L22: func (r *MemProfileRecord) InUseObjects() int64 { return r.AllocObjects - r.FreeObjects }

	runtime
		mprof.go#L1065: 					AllocObjects: int64(mp.active.allocs),
		mprof.go#L1080: 	dst.AllocObjects = src.AllocObjects

	runtime/pprof
		pprof.go#L649: 		total.AllocObjects += r.AllocObjects
		pprof.go#L680: 			r.AllocObjects, r.AllocBytes)
		protomem.go#L54: 		values[0], values[1] = scaleHeapSample(r.AllocObjects, r.AllocBytes, rate)
		protomem.go#L57: 		if r.AllocObjects > 0 {
		protomem.go#L58: 			blockSize = r.AllocBytes / r.AllocObjects