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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1286 uint64_t MinRZ = MinRedzoneSizeForGlobal(); local
1287 // MinRZ <= RZ <= kMaxGlobalRedzone
1290 MinRZ, std::min(kMaxGlobalRedzone, (SizeInBytes / MinRZ / 4) * MinRZ));
1292 // Round up to MinRZ
1293 if (SizeInBytes % MinRZ) RightRedzoneSize += MinRZ - (SizeInBytes % MinRZ);
1294 assert(((RightRedzoneSize + SizeInBytes) % MinRZ)
[all...]

Completed in 99 milliseconds