Home | History | Annotate | Download | only in helgrind

Lines Matching refs:ssz

3515    Word      i, ssz;
3537 ssz = VG_(sizeXA)( stack );
3539 if (ssz == 0) { ret = NULL; break; }
3541 here = *(Lock**) VG_(indexXA)( stack, ssz-1 );