Home
last modified time | relevance | path

Searched refs:getMaySupportMemoryTagging (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config_wrapper.h59 static constexpr bool getMaySupportMemoryTagging() { in getMaySupportMemoryTagging() function
60 return BaseConfig<AllocatorConfig>::getMaySupportMemoryTagging(); in getMaySupportMemoryTagging()
91 static constexpr bool getMaySupportMemoryTagging() { in getMaySupportMemoryTagging() function
92 return BaseConfig<AllocatorConfig>::getMaySupportMemoryTagging(); in getMaySupportMemoryTagging()
110 static constexpr bool getMaySupportMemoryTagging() { in getMaySupportMemoryTagging() function
111 return BaseConfig<AllocatorConfig>::getMaySupportMemoryTagging(); in getMaySupportMemoryTagging()
H A Dmemtag.h334 return archSupportsMemoryTagging() && Config::getMaySupportMemoryTagging() && in allocatorSupportsMemoryTagging()