Home | History | Annotate | Download | only in helgrind

Lines Matching refs:ssz

3625    Word      i, ssz;
3647 ssz = VG_(sizeXA)( stack );
3649 if (ssz == 0) { ret = NULL; break; }
3651 here = *(Lock**) VG_(indexXA)( stack, ssz-1 );