Home | History | Annotate | Download | only in coregrind

Lines Matching refs:new_sz

386    Int    old_sz, new_sz, i, r;
400 new_sz = old_sz==0 ? 8 : old_sz<64 ? 2*old_sz : (3*old_sz)/2;
402 new_sz * sizeof(UShort));
407 sec->ec2tte_size[ec] = new_sz;
410 if (0) VG_(printf)("expand ec %d to %d\n", ec, new_sz);