Home
last modified time | relevance | path

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

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