Home
last modified time | relevance | path

Searched defs:SecondaryT (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h159 template <typename Config> using SecondaryT = MapAllocator<Config>; global() member
204 template <typename Config> using SecondaryT = MapAllocator<Config>; global() member
235 template <typename Config> using SecondaryT = MapAllocator<Config>; global() member
260 template <typename Config> using SecondaryT = MapAllocator<Config>; global() member
H A Dcombined.h50 using SecondaryT = typename Config::template SecondaryT<Config>; global() variable