Home
last modified time | relevance | path

Searched refs:mAlignedSize (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dmmapped_buffer.h60 mAlignedSize(alignedSize), mMmapFd(mmapFd), mIsUpdatable(isUpdatable) {} in MmappedBuffer()
64 : mByteArrayView(), mMmappedBuffer(nullptr), mAlignedSize(0), in MmappedBuffer()
71 const int mAlignedSize; variable
Dmmapped_buffer.cpp85 if (mAlignedSize == 0) { in ~MmappedBuffer()
88 int ret = munmap(mMmappedBuffer, mAlignedSize); in ~MmappedBuffer()