Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2695 constexpr uint64_t kMaxRZ = 1 << 18; in getRedzoneSizeForGlobal() local
2706 RZ = std::clamp((SizeInBytes / MinRZ / 4) * MinRZ, MinRZ, kMaxRZ); in getRedzoneSizeForGlobal()