Home | History | Annotate | Download | only in vm

Lines Matching refs:writeRefCount

205         pHdr->writeRefCount = (short*)calloc(numPages, sizeof(short));
206 if (pHdr->writeRefCount == NULL) {
374 pHdr->writeRefCount[i]++;
489 if (pHdr->writeRefCount[i] == 0) {
493 pHdr->writeRefCount[i]--;
494 if (pHdr->writeRefCount[i] == 0) {
504 if (pHdr->writeRefCount[i] >= 32767) {
508 if (pHdr->writeRefCount[i] == 0) {
514 pHdr->writeRefCount[i]++;
625 ALOGI("writeRefCount map:");
632 int count = pHdr->writeRefCount[i];