Searched refs:maxCount (Results 1 – 3 of 3) sorted by relevance
79 size_t maxCount = manager.getMaxAllocationCount(); in TEST() local82 for (size_t i = 0; i < maxCount - 1; i++) { in TEST()88 EXPECT_EQ(manager.getTotalAllocatedBytes(), maxCount * sizeof(node)); in TEST()89 EXPECT_EQ(manager.getAllocationCount(), maxCount); in TEST()93 for (size_t i = 0; i < maxCount; i++) { in TEST()
147 int maxCount = it->second; variable153 if (it->second > maxCount) {154 maxCount = it->second;157 int height = log2(maxCount) + 1; // maxCount > 0, safe to call log2
66 uint64_t maxCount = 3; in TEST() local67 chre::StatsContainer<uint16_t> testContainer(maxCount); in TEST()