Searched refs:canCache (Results 1 – 2 of 2) sorted by relevance
49 if (!L->canCache(Size)) { in testSecondaryBasic()178 if (Allocator->canCache(0U)) { in TEST_F()183 EXPECT_TRUE(Allocator->canCache(1UL << 18)); in TEST_F()186 EXPECT_FALSE(Allocator->canCache(1UL << 18)); in TEST_F()187 EXPECT_TRUE(Allocator->canCache(1UL << 16)); in TEST_F()189 EXPECT_FALSE(Allocator->canCache(1UL << 16)); in TEST_F()193 EXPECT_TRUE(Allocator->canCache(1UL << 16)); in TEST_F()
80 bool canCache(UNUSED uptr Size) { return false; } in canCache() function146 if (!canCache(H->CommitSize)) in store()287 bool canCache(uptr Size) { in canCache() function462 bool canCache(uptr Size) { return Cache.canCache(Size); } in canCache() function511 if (Alignment < PageSize && Cache.canCache(RoundedSize)) { in allocate()