Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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