Home
last modified time | relevance | path

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

/external/stlport/src/
Dfstream.cpp34 #define MMAP_CHUNK 0x100000L macro
74 if (__this->_M_mmap_len > MMAP_CHUNK) in _M_doit()
75 __this->_M_mmap_len = MMAP_CHUNK; in _M_doit()
/external/stlport/etc/
DChangeLog-5.1801 * src/fstream.cpp: Fixed MMAP_CHUNK definition, an offset type is signed.