OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:totsizee
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/coregrind/
m_xarray.c
48
Word
totsizeE
; /* max size of arr, in elements */
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
) / 2; /* 2 * xa->totsizeE; *
[
all
...]
Completed in 833 milliseconds