Searched defs:AllocatorTest (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/unittests/Support/ |
H A D | AllocatorTest.cpp | 17 TEST(AllocatorTest, Basics) { in TEST() argument 49 TEST(AllocatorTest, ThreeSlabs) { in TEST() argument 61 TEST(AllocatorTest, TestReset) { in TEST() argument 83 TEST(AllocatorTest, TestAlignment) { in TEST() argument 106 TEST(AllocatorTest, TestZero) { in TEST() argument 130 TEST(AllocatorTest, TestOverflow) { in TEST() argument 143 TEST(AllocatorTest, TestSmallSlabSize) { in TEST() argument 151 TEST(AllocatorTest, TestAlignmentPastSlab) { in TEST() argument 164 TEST(AllocatorTest, TestFasterSlabGrowthDela argument 191 TEST(AllocatorTest,TestSlowerSlabGrowthDelay) TEST() argument 247 TEST(AllocatorTest,TestBigAlignment) TEST() argument [all...] |
/llvm-project/compiler-rt/lib/xray/tests/unit/ |
H A D | allocator_test.cpp | 25 TEST(AllocatorTest, Construction) { Allocator<sizeof(TestData)> A(2 << 11); } in TEST() argument 27 TEST(AllocatorTest, Allocate) { in TEST() argument 33 TEST(AllocatorTest, OverAllocate) { in TEST() argument 46 TEST(AllocatorTest, AllocateBoundaries) { in TEST() argument 59 TEST(AllocatorTest, AllocateFromNonOwned) { in TEST() argument
|