Home | History | Annotate | Download | only in coregrind

Lines Matching refs:clo_redzone_size

509 // It might be overriden by VG_(clo_redzone_size) or VG_(clo_core_redzone_size).
526 if (VG_(clo_redzone_size) != -1)
527 rz_szB = VG_(clo_redzone_size);