Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1436 static const uint64_t kMaxGlobalRedzone = 1 << 18; in InstrumentGlobals() local
1453 MinRZ, std::min(kMaxGlobalRedzone, (SizeInBytes / MinRZ / 4) * MinRZ)); in InstrumentGlobals()