Searched refs:getMaySupportMemoryTagging (Results 1 – 4 of 4) sorted by relevance
59 static constexpr bool getMaySupportMemoryTagging() {60 return BaseConfig<AllocatorConfig>::getMaySupportMemoryTagging();91 static constexpr bool getMaySupportMemoryTagging() {92 return BaseConfig<AllocatorConfig>::getMaySupportMemoryTagging();103 static constexpr bool getMaySupportMemoryTagging() {104 return BaseConfig<AllocatorConfig>::getMaySupportMemoryTagging();
334 return archSupportsMemoryTagging() && Config::getMaySupportMemoryTagging() &&
28 static bool getMaySupportMemoryTagging() { return MaySupportMemoryTagging; } in getMaySupportMemoryTagging() function82 EXPECT_FALSE(scudo::BaseConfig<TestBaseConfig>::getMaySupportMemoryTagging()); in TEST()84 TestBaseConfigEnableOptionalFlag>::getMaySupportMemoryTagging(), in TEST()85 TestBaseConfigEnableOptionalFlag::getMaySupportMemoryTagging()); in TEST()
26 if (!Config::getMaySupportMemoryTagging() || in getOptionsForConfig()