Searched refs:mMmapSize (Results 1 – 2 of 2) sorted by relevance
243 return mMmapSize; in getMmapSize()439 , mMmapSize(mmap_size) in ProcessState()444 mVMStart = mmap(nullptr, mMmapSize, PROT_READ, MAP_PRIVATE | MAP_NORESERVE, mDriverFD, 0); in ProcessState()461 munmap(mVMStart, mMmapSize); in ~ProcessState()
138 const size_t mMmapSize; variable