Home
last modified time | relevance | path

Searched refs:archSupportsMemoryTagging (Results 1 – 9 of 9) sorted by relevance

/external/scudo/standalone/
Dmemtag.h30 inline constexpr bool archSupportsMemoryTagging() { return true; } in archSupportsMemoryTagging() function
32 inline constexpr bool archSupportsMemoryTagging() { return false; }
43 inline constexpr bool archSupportsMemoryTagging() { return false; }
329 return archSupportsMemoryTagging() && Config::MaySupportMemoryTagging && in allocatorSupportsMemoryTagging()
Dsecondary.h33 struct alignas(Max<uptr>(archSupportsMemoryTagging()
45 static_assert(!archSupportsMemoryTagging() ||
Dcombined.h770 if (archSupportsMemoryTagging()) in iterateOverChunks()
/external/scudo/standalone/tests/
Dscudo_unit_test_main.cpp21 if (!scudo::archSupportsMemoryTagging()) in EnableMemoryTaggingIfSupported()
Dmemtag_test.cpp19 if (archSupportsMemoryTagging()) in TEST()
45 if (!archSupportsMemoryTagging() || !systemDetectsMemoryTagFaultsTestOnly()) in SetUp()
Dwrappers_cpp_test.cpp116 if (!SCUDO_ANDROID && scudo::archSupportsMemoryTagging() && in TEST()
Dsecondary_test.cpp25 if (!Config::MaySupportMemoryTagging || !scudo::archSupportsMemoryTagging() || in getOptionsForConfig()
Dwrappers_c_test.cpp305 if (scudo::archSupportsMemoryTagging()) { in callback()
Dcombined_test.cpp75 if (scudo::archSupportsMemoryTagging() && in TestAllocator()