runtime.MemProfileRecord.AllocObjects (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#L710: 	r.AllocObjects = int64(mp.active.allocs)