Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dmmapped_buffer.cpp41 int alignedSize = bufferSize + offset; in openBuffer() local
43 void *const mmappedBuffer = mmap(0, alignedSize, protMode, MAP_PRIVATE, mmapFd, in openBuffer()
56 return MmappedBufferPtr(new MmappedBuffer(buffer, bufferSize, mmappedBuffer, alignedSize, in openBuffer()
Dmmapped_buffer.h57 void *const mmappedBuffer, const int alignedSize, const int mmapFd, in MmappedBuffer() argument
60 mAlignedSize(alignedSize), mMmapFd(mmapFd), mIsUpdatable(isUpdatable) {} in MmappedBuffer()