Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dsecondary_test.cpp36 using SecondaryT = scudo::MapAllocator<scudo::SecondaryConfig<Config>>; in testSecondaryBasic() typedef
92 template <typename Config> using SecondaryT = scudo::MapAllocator<Config>; typedef
104 template <typename> using SecondaryT = void; typedef
H A Dprimary_test.cpp35 template <typename> using SecondaryT = void; typedef
54 template <typename> using SecondaryT = void; typedef
78 template <typename> using SecondaryT = void; typedef
103 template <typename> using SecondaryT = void; typedef
128 template <typename> using SecondaryT = void; typedef
242 template <typename> using SecondaryT = void; typedef
H A Dallocator_config_test.cpp21 template <typename> using SecondaryT = void; typedef
H A Dcombined_test.cpp211 template <typename Config> using SecondaryT = scudo::MapAllocator<Config>; typedef
708 template <typename Config> using SecondaryT = scudo::MapAllocator<Config>; global() typedef
/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