HomeSort by relevance Sort by last modified time
    Searched defs:MMAP (Results 1 - 5 of 5) sorted by null

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/details/
fstream_unistd.cpp 34 # include <sys/mman.h> // For mmap
62 # define MMAP mmap
68 # define MMAP mmap64
72 #ifndef MAP_FAILED /* MMAP failure return code */
320 base = MMAP(0, len, PROT_READ, MAP_PRIVATE, _M_file_id, offset);
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/details/
fstream_unistd.cpp 34 # include <sys/mman.h> // For mmap
62 # define MMAP mmap
68 # define MMAP mmap64
72 #ifndef MAP_FAILED /* MMAP failure return code */
320 base = MMAP(0, len, PROT_READ, MAP_PRIVATE, _M_file_id, offset);
  /frameworks/av/services/audioflinger/
Threads.h 33 MMAP // control thread for MMAP stream
    [all...]
  /external/dlmalloc/
malloc.c 62 are serviced via mmap(), where the worst case wastage is about
64 mmap unit); typically 4096 or 8192 bytes.
129 System requirements: Any combination of MORECORE and/or MMAP/MUNMAP
131 the CALL_MORECORE macro) and/or mmap/munmap or any emulation
134 MORECORE and MMAP are enabled. On Win32, it uses emulations
166 or actions surrounding MORECORE and MMAP that have times
385 True if this system supports mmap or an emulation of it. If so, and
386 HAVE_MORECORE is not true, MMAP is used for all system
387 allocation. If set and HAVE_MORECORE is true as well, MMAP is
392 to MMAP, so long as they are adjacent
    [all...]
  /external/valgrind/drd/tests/
tsan_unittest.cpp 90 #include <sys/mman.h> // mmap
    [all...]

Completed in 656 milliseconds