Searched refs:numAllocated (Results 1 – 3 of 3) sorted by relevance
102 gList->numAllocated = initLength; in dvmInitGrowableList()111 int newLength = gList->numAllocated; in expandGrowableList()118 memcpy(newArray, gList->elemList, sizeof(void *) * gList->numAllocated); in expandGrowableList()119 gList->numAllocated = newLength; in expandGrowableList()126 assert(gList->numAllocated != 0); in dvmInsertGrowableList()127 if (gList->numUsed == gList->numAllocated) { in dvmInsertGrowableList()
40 size_t numAllocated; member
118 size_t actualSize, allowedSize, numAllocated, sizeAllocated; in dvmLogGcStats() local129 numAllocated = dvmHeapSourceGetValue(HS_OBJECTS_ALLOCATED, in dvmLogGcStats()166 (long long)intToFloat12(numAllocated) << 12 | in dvmLogGcStats()