Searched refs:kClassID (Results 1 – 1 of 1) sorted by relevance
1119 const uptr kClassID = ALLOCATOR64_SMALL_SIZE ? 18 : 24; in TEST() local1120 const uptr kAllocationSize = SpecialSizeClassMap::Size(kClassID); in TEST()1123 EXPECT_NE(cache.Allocate(a, kClassID), nullptr); in TEST()1124 EXPECT_NE(cache.Allocate(a, kClassID), nullptr); in TEST()1125 EXPECT_EQ(cache.Allocate(a, kClassID), nullptr); in TEST()