Searched refs:PrimaryT (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | combined.h | 48 using PrimaryT = typename Params::Primary; 49 using CacheT = typename PrimaryT::CacheT; 317 if (LIKELY(PrimaryT::canAllocate(NeededSize))) { 370 const uptr BlockSize = PrimaryT::getSizeByClassId(ClassId); 440 PrimaryT::getSizeByClassId(ClassId)); 787 return PrimaryT::useMemoryTagging(Options); in useMemoryTagging() 814 return PrimaryT::getRegionInfoArraySize(); in getRegionInfoArraySize() 823 if (!PrimaryT::SupportsMemoryTagging || in getErrorInfo() 830 PrimaryT::findNearestBlock(RegionInfoPtr, UntaggedFaultAddr); in getErrorInfo() 931 typedef typename PrimaryT::SizeClassMap SizeClassMap; [all …]
|
D | wrappers_c.inc | 216 decltype(SCUDO_ALLOCATOR)::PrimaryT::SizeClassMap::MaxSize;
|
/external/llvm-project/compiler-rt/lib/scudo/ |
D | scudo_allocator.h | 85 typedef SizeClassAllocator64<AP64> PrimaryT; typedef 99 typedef SizeClassAllocator32<AP32> PrimaryT; typedef
|
D | scudo_allocator_combined.h | 23 using PrimaryAllocator = PrimaryT;
|
D | scudo_allocator.cpp | 101 return PrimaryT::ClassIdToSize(ClassId) - getHeaderSize() - in getUsableSize() 344 if (PrimaryT::CanAllocate(AlignedSize, MinAlignment)) { in allocate() 366 memset(BackendPtr, 0, PrimaryT::ClassIdToSize(ClassId)); in allocate()
|
/external/scudo/standalone/ |
D | combined.h | 48 using PrimaryT = typename Params::Primary; 49 using CacheT = typename PrimaryT::CacheT; 346 if (LIKELY(PrimaryT::canAllocate(NeededSize))) { 396 const uptr BlockSize = PrimaryT::getSizeByClassId(ClassId); 469 PrimaryT::getSizeByClassId(ClassId)); 898 return PrimaryT::getRegionInfoArraySize(); in getRegionInfoArraySize() 953 typedef typename PrimaryT::SizeClassMap SizeClassMap; 984 PrimaryT Primary; 1278 PrimaryT::findNearestBlock(RegionInfoPtr, UntaggedFaultAddr); in getInlineErrorInfo()
|
D | wrappers_c.inc | 216 decltype(SCUDO_ALLOCATOR)::PrimaryT::SizeClassMap::MaxSize;
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
D | combined_test.cpp | 49 return AllocatorT::PrimaryT::canAllocate(NeededSize); in isTaggedAllocation() 161 if (AllocatorT::PrimaryT::canAllocate(Size)) in testAllocator() 484 using SizeClassMap = AllocatorT::PrimaryT::SizeClassMap; in TEST() 523 using SizeClassMap = AllocatorT::PrimaryT::SizeClassMap; in TEST()
|
/external/scudo/standalone/tests/ |
D | combined_test.cpp | 42 return AllocatorT::PrimaryT::canAllocate(NeededSize); in isPrimaryAllocation() 574 using SizeClassMap = AllocatorT::PrimaryT::SizeClassMap; in TEST() 613 using SizeClassMap = AllocatorT::PrimaryT::SizeClassMap; in TEST()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 5542 QualType PrimaryT = Primary->getInjectedClassNameSpecialization(); in isMoreSpecializedThanPrimary() local 5544 if (!isAtLeastAsSpecializedAs(*this, PartialT, PrimaryT, Primary, Info)) in isMoreSpecializedThanPrimary() 5546 if (!isAtLeastAsSpecializedAs(*this, PrimaryT, PartialT, Spec, Info)) in isMoreSpecializedThanPrimary() 5614 QualType PrimaryT = Context.getTemplateSpecializationType( in isMoreSpecializedThanPrimary() local 5619 if (!isAtLeastAsSpecializedAs(*this, PartialT, PrimaryT, Primary, Info)) in isMoreSpecializedThanPrimary() 5621 if (!isAtLeastAsSpecializedAs(*this, PrimaryT, PartialT, Spec, Info)) in isMoreSpecializedThanPrimary()
|