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

  /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 684 milliseconds