Lines Matching defs:TestAllocator
76 template <typename Config> struct TestAllocator : scudo::Allocator<Config> {
77 TestAllocator() {
83 ~TestAllocator() { this->unmapTestOnly(); }
141 void *TestAllocator<Config>::operator new(size_t size) {
146 void TestAllocator<Config>::operator delete(void *ptr) {
164 using AllocatorT = TestAllocator<TypeParam>;
370 if (isPrimaryAllocation<TestAllocator<TypeParam>>(Size,
542 if (!isPrimaryAllocation<TestAllocator<TypeParam>>(Size, 0))
733 using AllocatorT = TestAllocator<DeathConfig>;
768 using AllocatorT = TestAllocator<DeathConfig>;