Searched defs:numPages (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/
H A DLinearAlloc.cpp204 int numPages = (pHdr->mapLength+SYSTEM_PAGE_SIZE-1) / SYSTEM_PAGE_SIZE; local
205 pHdr->writeRefCount = (short*)calloc(numPages, sizeof(short));
627 int numPages = (pHdr->mapLength+SYSTEM_PAGE_SIZE-1) / SYSTEM_PAGE_SIZE; local
631 for (i = 0; i < numPages; i++) {

Completed in 32 milliseconds