Searched defs:TestAllocator (Results 1 – 3 of 3) sorted by relevance
21 class TestAllocator { class
166 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
76 template <typename Config> struct TestAllocator : scudo::Allocator<Config> { struct 77 TestAllocator() { in TestAllocator() argument 83 ~TestAllocator() { this->unmapTestOnly(); } in ~TestAllocator() argument [all...]