Searched refs:archSupportsMemoryTagging (Results 1 – 9 of 9) sorted by relevance
30 inline constexpr bool archSupportsMemoryTagging() { return true; } in archSupportsMemoryTagging() function32 inline constexpr bool archSupportsMemoryTagging() { return false; }43 inline constexpr bool archSupportsMemoryTagging() { return false; }329 return archSupportsMemoryTagging() && Config::MaySupportMemoryTagging && in allocatorSupportsMemoryTagging()
33 struct alignas(Max<uptr>(archSupportsMemoryTagging()45 static_assert(!archSupportsMemoryTagging() ||
770 if (archSupportsMemoryTagging()) in iterateOverChunks()
21 if (!scudo::archSupportsMemoryTagging()) in EnableMemoryTaggingIfSupported()
19 if (archSupportsMemoryTagging()) in TEST()45 if (!archSupportsMemoryTagging() || !systemDetectsMemoryTagFaultsTestOnly()) in SetUp()
116 if (!SCUDO_ANDROID && scudo::archSupportsMemoryTagging() && in TEST()
25 if (!Config::MaySupportMemoryTagging || !scudo::archSupportsMemoryTagging() || in getOptionsForConfig()
305 if (scudo::archSupportsMemoryTagging()) { in callback()
75 if (scudo::archSupportsMemoryTagging() && in TestAllocator()