Searched refs:kMaxGlobalRedzone (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1331 static const uint64_t kMaxGlobalRedzone = 1 << 18; local
1345 // MinRZ <= RZ <= kMaxGlobalRedzone
1348 MinRZ, std::min(kMaxGlobalRedzone, (SizeInBytes / MinRZ / 4) * MinRZ));

Completed in 393 milliseconds