Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:RZ

1065     // MinRZ <= RZ <= kMaxGlobalRedzone
1066 // and trying to make RZ to be ~ 1/4 of SizeInBytes.
1067 uint64_t RZ = std::max(MinRZ,
1070 uint64_t RightRedzoneSize = RZ;