Searched refs:mMmapSize (Results 1 – 2 of 2) sorted by relevance
202 return mMmapSize; in getMmapSize()416 , mMmapSize(mmapSize) in ProcessState()421 mVMStart = mmap(nullptr, mMmapSize, PROT_READ, MAP_PRIVATE | MAP_NORESERVE, mDriverFD, 0); in ProcessState()439 munmap(mVMStart, mMmapSize); in ~ProcessState()
124 const size_t mMmapSize; variable