Home
last modified time | relevance | path

Searched refs:PrimaryT (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dcombined.h48 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 …]
Dwrappers_c.inc216 decltype(SCUDO_ALLOCATOR)::PrimaryT::SizeClassMap::MaxSize;
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.h85 typedef SizeClassAllocator64<AP64> PrimaryT; typedef
99 typedef SizeClassAllocator32<AP32> PrimaryT; typedef
Dscudo_allocator_combined.h23 using PrimaryAllocator = PrimaryT;
Dscudo_allocator.cpp101 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/
Dcombined.h48 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()
Dwrappers_c.inc216 decltype(SCUDO_ALLOCATOR)::PrimaryT::SizeClassMap::MaxSize;
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dcombined_test.cpp49 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/
Dcombined_test.cpp42 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/
DSemaTemplateDeduction.cpp5542 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()