Searched defs:NoCacheConfig (Results 1 – 2 of 2) sorted by relevance
88 struct NoCacheConfig { struct89 static const bool MaySupportMemoryTagging = false;90 template <typename> using TSDRegistryT = void;91 template <typename> using PrimaryT = void;92 template <typename Config> using SecondaryT = scudo::MapAllocator<Config>;94 struct Secondary {
109 using NoCacheConfig = in TEST() typedef