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

  /external/valgrind/main/memcheck/tests/
mempool2.c 35 pool *make_pool( int use_mmap )
39 if (use_mmap) {
56 void push(pool *p, int use_mmap )
60 if (use_mmap)
73 void pop(pool *p, int use_mmap)
80 if (use_mmap)
86 void destroy_pool(pool *p, int use_mmap)
91 pop(p, use_mmap);
93 if (use_mmap) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_printf.cc 245 for (int use_mmap = 0; use_mmap < 2; use_mmap++) {
246 if (use_mmap) {
258 if (!use_mmap)
267 if (!use_mmap)
  /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/0.153/libelf/
elf_begin.c 585 int use_mmap = (cmd == ELF_C_READ_MMAP || cmd == ELF_C_RDWR_MMAP local
591 use_mmap = 0;
594 if (use_mmap)
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 2652 #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 1176 milliseconds