Lines Matching defs:AllocCount
68 const uint64_t AllocCount = 2;
70 // ((float)TotalLifetimeAccessDensity) / AllocCount / 100 <
74 (uint64_t)(MemProfLifetimeAccessDensityColdThreshold * AllocCount * 100);
76 // ((float)TotalLifetime) / AllocCount >=
80 MemProfAveLifetimeColdThreshold * AllocCount * 1000;
82 // ((float)TotalLifetimeAccessDensity) / AllocCount / 100 >
86 (uint64_t)(MemProfMinAveLifetimeAccessDensityHotThreshold * AllocCount *
93 EXPECT_EQ(getAllocType(HotTotalLifetimeAccessDensityThreshold + 1, AllocCount,
100 EXPECT_EQ(getAllocType(HotTotalLifetimeAccessDensityThreshold + 1, AllocCount,
106 EXPECT_EQ(getAllocType(ColdTotalLifetimeAccessDensityThreshold - 1, AllocCount,
112 EXPECT_EQ(getAllocType(ColdTotalLifetimeAccessDensityThreshold + 1, AllocCount,
116 EXPECT_EQ(getAllocType(ColdTotalLifetimeAccessDensityThreshold + 1, AllocCount,
120 EXPECT_EQ(getAllocType(ColdTotalLifetimeAccessDensityThreshold - 1, AllocCount,