Searched refs:totsizeE (Results 1 – 1 of 1) sorted by relevance
48 Word totsizeE; /* max size of arr, in elements */ member75 xa->totsizeE = 0; in VG_()102 nyu->totsizeE = nyu->usedsizeE; in VG_()104 nyu->arr = nyu->alloc_fn( nyu->cc, nyu->totsizeE * nyu->elemSzB ); in VG_()105 VG_(memcpy)( nyu->arr, xa->arr, nyu->totsizeE * nyu->elemSzB ); in VG_()150 vg_assert(xa->totsizeE == 0); in VG_()153 xa->totsizeE = n; in VG_()158 if (xa->usedsizeE == xa->totsizeE) { in ensureSpaceXA()161 if (xa->totsizeE == 0) in ensureSpaceXA()163 if (xa->totsizeE > 0) in ensureSpaceXA()[all …]