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; }329 return archSupportsMemoryTagging() && Config::getMaySupportMemoryTagging() && in allocatorSupportsMemoryTagging()
33 struct alignas(Max<uptr>(archSupportsMemoryTagging()45 static_assert(!archSupportsMemoryTagging() ||
670 if (archSupportsMemoryTagging()) in iterateOverChunks()