Searched refs:numAllocated (Results 1 – 2 of 2) sorted by relevance
103 gList->numAllocated = initLength; in dvmInitGrowableList()112 int newLength = gList->numAllocated; in expandGrowableList()120 memcpy(newArray, gList->elemList, sizeof(intptr_t) * gList->numAllocated); in expandGrowableList()121 gList->numAllocated = newLength; in expandGrowableList()128 assert(gList->numAllocated != 0); in dvmInsertGrowableList()129 if (gList->numUsed == gList->numAllocated) { in dvmInsertGrowableList()
40 size_t numAllocated; member