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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp938 uint64_t MinRZ = RedzoneSize(); local
939 // MinRZ <= RZ <= kMaxGlobalRedzone
941 uint64_t RZ = std::max(MinRZ,
943 (SizeInBytes / MinRZ / 4) * MinRZ));
945 // Round up to MinRZ
946 if (SizeInBytes % MinRZ)
947 RightRedzoneSize += MinRZ - (SizeInBytes % MinRZ);
948 assert(((RightRedzoneSize + SizeInBytes) % MinRZ)
[all...]

Completed in 52 milliseconds