Home
last modified time | relevance | path

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

/external/scudo/standalone/tests/
Dsecondary_test.cpp88 struct NoCacheConfig { struct
89 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 {
Dallocator_config_test.cpp109 using NoCacheConfig = in TEST() typedef