Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Demangle/
H A DItaniumDemangleTest.cpp21 class TestAllocator { class
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dprimary_test.cpp166 struct TestAllocator : public SizeClassAllocator<BaseConfig, SizeClassMapT> { struct
167 ~TestAllocator() { in ~TestAllocator() argument
174 EXPECT_EQ(0, posix_memalign(&p, alignof(TestAllocator), size)); in operator new() argument
178 operator deleteTestAllocator operator delete() argument
H A Dcombined_test.cpp76 template <typename Config> struct TestAllocator : scudo::Allocator<Config> { struct
77 TestAllocator() { in TestAllocator() argument
83 ~TestAllocator() { this->unmapTestOnly(); } in ~TestAllocator() argument
[all...]