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

/external/valgrind/main/coregrind/
H A Dm_xarray.c48 Word totsizeE; /* max size of arr, in elements */ member in struct:_XArray
76 xa->totsizeE = 0;
105 nyu->totsizeE = nyu->usedsizeE;
107 nyu->arr = nyu->alloc( nyu->cc, nyu->totsizeE * nyu->elemSzB );
112 VG_(memcpy)( nyu->arr, xa->arr, nyu->totsizeE * nyu->elemSzB );
148 if (xa->usedsizeE == xa->totsizeE) {
151 if (xa->totsizeE == 0)
153 if (xa->totsizeE > 0)
155 if (xa->totsizeE == 0) {
165 newsz = 2 + (3 * xa->totsizeE) /
[all...]

Completed in 1245 milliseconds