Searched refs:SecondaryT (Results 1 – 3 of 3) sorted by relevance
89 template <typename Config> using SecondaryT = MapAllocator<Config>; member134 template <typename Config> using SecondaryT = MapAllocator<Config>; member166 template <typename Config> using SecondaryT = MapAllocator<Config>; member191 template <typename Config> using SecondaryT = MapAllocator<Config>; member
55 using SecondaryT = variable56 typename AllocatorConfig::template SecondaryT<SecondaryConfig<Config>>;543 BlockEnd = SecondaryT::getBlockEnd(BlockBegin);966 SecondaryT Secondary;1060 return SecondaryT::getBlockEnd(getBlockBegin(Ptr, Header)) - in getSize()
47 BASE_REQUIRED_TEMPLATE_TYPE(SecondaryT)