Lines Matching defs:AllocatorT
41 template <class AllocatorT>
49 return AllocatorT::PrimaryT::canAllocate(NeededSize);
52 template <class AllocatorT>
53 void checkMemoryTaggingMaybe(AllocatorT *Allocator, void *P, scudo::uptr Size,
64 if (isPrimaryAllocation<AllocatorT>(Size, Alignment)
153 Allocator = std::make_unique<AllocatorT>();
164 using AllocatorT = TestAllocator<TypeParam>;
165 std::unique_ptr<AllocatorT> Allocator;
599 using AllocatorT = typename BaseT::AllocatorT;
611 typename AllocatorT::TSDRegistryT::ScopedTSD TSD(
619 using AllocatorT = typename BaseT::AllocatorT;
634 typename AllocatorT::TSDRegistryT::ScopedTSD TSD(
733 using AllocatorT = TestAllocator<DeathConfig>;
734 auto Allocator = std::unique_ptr<AllocatorT>(new AllocatorT());
768 using AllocatorT = TestAllocator<DeathConfig>;
769 auto Allocator = std::unique_ptr<AllocatorT>(new AllocatorT());
1012 using AllocatorT = scudo::Allocator<scudo::TrustyConfig>;
1013 auto Allocator = std::unique_ptr<AllocatorT>(new AllocatorT());
1026 typename AllocatorT::TSDRegistryT::ScopedTSD TSD(