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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1059 static const uint64_t kMaxGlobalRedzone = 1 << 18; local
1065 // MinRZ <= RZ <= kMaxGlobalRedzone
1068 std::min(kMaxGlobalRedzone,

Completed in 616 milliseconds