Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h63 static const bool MaySupportMemoryTagging = true; member
92 static const bool MaySupportMemoryTagging = true; member
123 static const bool MaySupportMemoryTagging = false; member
155 static const bool MaySupportMemoryTagging = false; member
173 static const bool MaySupportMemoryTagging = false; member
H A Dmemtag.h322 return archSupportsMemoryTagging() && Config::MaySupportMemoryTagging && in allocatorSupportsMemoryTagging()