Lines Matching refs:AllocatorT
34 template <class AllocatorT>
42 return AllocatorT::PrimaryT::canAllocate(NeededSize); in isPrimaryAllocation()
45 template <class AllocatorT>
46 void checkMemoryTaggingMaybe(AllocatorT *Allocator, void *P, scudo::uptr Size, in checkMemoryTaggingMaybe()
57 if (isPrimaryAllocation<AllocatorT>(Size, Alignment) in checkMemoryTaggingMaybe()
91 Allocator = std::make_unique<AllocatorT>(); in ScudoCombinedTest()
102 using AllocatorT = TestAllocator<TypeParam>; typedef
103 std::unique_ptr<AllocatorT> Allocator;
499 using AllocatorT = TestAllocator<DeathConfig>; in TEST() typedef
500 auto Allocator = std::unique_ptr<AllocatorT>(new AllocatorT()); in TEST()
534 using AllocatorT = TestAllocator<DeathConfig>; in TEST() typedef
535 auto Allocator = std::unique_ptr<AllocatorT>(new AllocatorT()); in TEST()
543 using AllocatorT = TestAllocator<DeathConfig>; in TEST() typedef
544 auto Allocator = std::unique_ptr<AllocatorT>(new AllocatorT()); in TEST()
573 using AllocatorT = TestAllocator<scudo::AndroidConfig>; in TEST() typedef
574 using SizeClassMap = AllocatorT::PrimaryT::SizeClassMap; in TEST()
575 auto Allocator = std::unique_ptr<AllocatorT>(new AllocatorT()); in TEST()
612 using AllocatorT = TestAllocator<scudo::AndroidConfig>; in TEST() typedef
613 using SizeClassMap = AllocatorT::PrimaryT::SizeClassMap; in TEST()
614 auto Allocator = std::unique_ptr<AllocatorT>(new AllocatorT()); in TEST()