Home
last modified time | relevance | path

Searched refs:kClassID (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp1119 const uptr kClassID = ALLOCATOR64_SMALL_SIZE ? 18 : 24; in TEST() local
1120 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()