Searched refs:mMmapSize (Results 1 – 2 of 2) sorted by relevance
256 return mMmapSize; in getMmapSize()456 , mMmapSize(mmapSize) in ProcessState()461 mVMStart = mmap(nullptr, mMmapSize, PROT_READ, MAP_PRIVATE | MAP_NORESERVE, mDriverFD, 0); in ProcessState()479 munmap(mVMStart, mMmapSize); in ~ProcessState()
141 const size_t mMmapSize; variable