runtime.MemProfileRecord.AllocObjects (field)

5 uses

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

	runtime/pprof
		pprof.go#L649: 		total.AllocObjects += r.AllocObjects
		pprof.go#L673: 		total.AllocObjects, allocBytes,