Searched refs:archSupportsMemoryTagging (Results 1 – 3 of 3) 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; }334 return archSupportsMemoryTagging() && Config::getMaySupportMemoryTagging() && in allocatorSupportsMemoryTagging()
34 struct alignas(Max<uptr>(archSupportsMemoryTagging()46 static_assert(!archSupportsMemoryTagging() ||
678 if (archSupportsMemoryTagging()) in iterateOverChunks()