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