Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2424 constexpr uint64_t kMaxRZ = 1 << 18; in getRedzoneSizeForGlobal() local
2435 RZ = std::clamp((SizeInBytes / MinRZ / 4) * MinRZ, MinRZ, kMaxRZ); in getRedzoneSizeForGlobal()