OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numAllocated
(Results
1 - 4
of
4
) sorted by null
/dalvik/vm/compiler/
Utility.cpp
103
gList->
numAllocated
= initLength;
112
int newLength = gList->
numAllocated
;
120
memcpy(newArray, gList->elemList, sizeof(intptr_t) * gList->
numAllocated
);
121
gList->
numAllocated
= newLength;
128
assert(gList->
numAllocated
!= 0);
129
if (gList->numUsed == gList->
numAllocated
) {
CompilerUtility.h
40
size_t
numAllocated
;
/external/lzma/C/
XzIn.c
231
p->num = p->
numAllocated
= 0;
241
p->num = p->
numAllocated
= 0;
287
if (p->num == p->
numAllocated
)
293
p->
numAllocated
= newNum;
Xz.h
125
size_t
numAllocated
;
Completed in 47 milliseconds