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

  /external/e2fsprogs/intl/
gettextP.h 86 int use_mmap; member in struct:loaded_domain
loadmsgcat.c 920 int use_mmap = 0; local
969 use_mmap = 1;
1013 if (use_mmap)
1027 domain->use_mmap = use_mmap;
    [all...]
  /external/elfutils/libelf/
elf_begin.c 579 int use_mmap = (cmd == ELF_C_READ_MMAP || cmd == ELF_C_RDWR_MMAP local
585 use_mmap = 0;
588 if (use_mmap)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
TCSystemAlloc.cpp 79 // if use_devmem is true, either use_sbrk or use_mmap must also be true.
92 static bool use_mmap = true; variable
369 if (use_mmap && !mmap_failure) {
  /bionic/libc/upstream-dlmalloc/
malloc.c 2652 #define use_mmap macro
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 2515 #define use_mmap macro
    [all...]
  /external/libffi/src/
dlmalloc.c 2068 #define use_mmap macro
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 2078 #define use_mmap macro
    [all...]

Completed in 216 milliseconds