Searched refs:totalByteCount (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dcheck_jni.cc1054 size_t totalByteCount = ActualLength(len); local
1057 // if (mprotect(fullBuf, totalByteCount, PROT_NONE) != 0) {
1060 if (munmap(fullBuf, totalByteCount) != 0) {
1061 PLOG(FATAL) << "munmap(" << reinterpret_cast<void*>(fullBuf) << ", " << totalByteCount << ") failed";

Completed in 46 milliseconds