Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:RZ

488     size_t RZ = RedzoneSize();
489 return ((SizeInBytes + RZ - 1) / RZ) * RZ;
918 // MinRZ <= RZ <= kMaxGlobalRedzone
919 // and trying to make RZ to be ~ 1/4 of SizeInBytes.
920 uint64_t RZ = std::max(MinRZ,
923 uint64_t RightRedzoneSize = RZ;