Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h51 static const bool MaySupportMemoryTagging = true; member
95 static const bool MaySupportMemoryTagging = true; member
139 static const bool MaySupportMemoryTagging = false; member
170 static const bool MaySupportMemoryTagging = true; member
H A Dallocator_config.def52 BASE_OPTIONAL(const bool, MaySupportMemoryTagging, false)