Home
last modified time | relevance | path

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

/aosp_15_r20/external/scudo/standalone/tests/
H A 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 {
H A Dallocator_config_test.cpp109 using NoCacheConfig = in TEST() typedef