Home | History | Annotate | Download | only in vm

Lines Matching refs:totalByteCount

1204         size_t totalByteCount = actualLength(len);
1207 // if (mprotect(fullBuf, totalByteCount, PROT_NONE) != 0) {
1210 if (munmap(fullBuf, totalByteCount) != 0) {