Searched refs:totsizeE (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/
H A Dm_xarray.c48 Word totsizeE; /* max size of arr, in elements */ member in struct:_XArray
75 xa->totsizeE = 0;
102 nyu->totsizeE = nyu->usedsizeE;
104 nyu->arr = nyu->alloc_fn( nyu->cc, nyu->totsizeE * nyu->elemSzB );
105 VG_(memcpy)( nyu->arr, xa->arr, nyu->totsizeE * nyu->elemSzB );
150 vg_assert(xa->totsizeE == 0);
153 xa->totsizeE = n;
158 if (xa->usedsizeE == xa->totsizeE) {
161 if (xa->totsizeE == 0)
163 if (xa->totsizeE >
[all...]

Completed in 79 milliseconds