Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h89 template <typename Config> using SecondaryT = MapAllocator<Config>; member
134 template <typename Config> using SecondaryT = MapAllocator<Config>; member
166 template <typename Config> using SecondaryT = MapAllocator<Config>; member
191 template <typename Config> using SecondaryT = MapAllocator<Config>; member
H A Dcombined.h55 using SecondaryT = variable
56 typename AllocatorConfig::template SecondaryT<SecondaryConfig<Config>>;
543 BlockEnd = SecondaryT::getBlockEnd(BlockBegin);
966 SecondaryT Secondary;
1060 return SecondaryT::getBlockEnd(getBlockBegin(Ptr, Header)) - in getSize()
H A Dallocator_config.def47 BASE_REQUIRED_TEMPLATE_TYPE(SecondaryT)