Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DAllocatorTest.cpp17 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, TestFasterSlabGrowthDelay) { in TEST() argument
191 TEST(AllocatorTest, TestSlowerSlabGrowthDelay) { in TEST() argument
[all …]
H A DCMakeLists.txt9 AllocatorTest.cpp
/llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/
H A Dallocator_test.cpp25 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
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/unittests/Support/
H A DBUILD.gn13 "AllocatorTest.cpp",