Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp562 static uint64_t getRedzoneSizeForScale(int MappingScale) { in getRedzoneSizeForScale() argument
565 return std::max(32U, 1U << MappingScale); in getRedzoneSizeForScale()