Home
last modified time | relevance | path

Searched refs:SecondaryT (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
HDscudo_allocator_combined.h24 using SecondaryAllocator = SecondaryT;
HDscudo_allocator.h104 typedef LargeMmapAllocator SecondaryT; typedef
HDscudo_allocator.cpp102 return SecondaryT::GetActuallyAllocatedSize( in getUsableSize()
111 return SecondaryT::GetActuallyAllocatedSize( in getSize()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDcombined.h391 BlockEnd = SecondaryT::getBlockEnd(BlockBegin);
552 using SecondaryT = typename Params::Secondary;
570 SecondaryT Secondary;
630 return SecondaryT::getBlockEnd(getBlockBegin(Ptr, Header)) - in getSize()