Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h121 static const bool MaySupportMemoryTagging = true; member
165 static const bool MaySupportMemoryTagging = true; member
209 static const bool MaySupportMemoryTagging = false; member
239 static const bool MaySupportMemoryTagging = true; member
H A Dmemtag.h329 return archSupportsMemoryTagging() && Config::MaySupportMemoryTagging && in allocatorSupportsMemoryTagging()