HomeSort by relevance Sort by last modified time
    Searched refs:MREMAP_FIXED (Results 51 - 63 of 63) sorted by null

1 23

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mman.h 82 # define MREMAP_FIXED 2
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mman.h 82 # define MREMAP_FIXED 2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mman.h 82 # define MREMAP_FIXED 2
  /external/valgrind/main/none/tests/linux/
mremap2.c 15 #define MREMAP_FIXED 2
129 (fixed ? MREMAP_FIXED : 0);
  /external/strace/
mem.c 414 #ifdef MREMAP_FIXED
415 { MREMAP_FIXED, "MREMAP_FIXED" },
427 #ifdef MREMAP_FIXED
428 if ((tcp->u_arg[3] & (MREMAP_MAYMOVE | MREMAP_FIXED)) ==
429 (MREMAP_MAYMOVE | MREMAP_FIXED))
  /external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.cc 128 // MREMAP_FIXED is a linux extension. How it's used in this file,
131 #ifndef MREMAP_FIXED
132 # define MREMAP_FIXED 0
614 flags & MREMAP_FIXED ? (uintptr_t)new_addr : 0);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc 129 // MREMAP_FIXED is a linux extension. How it's used in this file,
132 #ifndef MREMAP_FIXED
133 # define MREMAP_FIXED 0
777 flags & MREMAP_FIXED ? (uintptr_t)new_addr : 0);
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 263 #define MREMAP_FIXED 2 /* the value in linux, though it doesn't really matter */
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 260 #define MREMAP_FIXED 2 /* the value in linux, though it doesn't really matter */
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linux_syscall_support.h 510 #ifndef MREMAP_FIXED
511 #define MREMAP_FIXED 2
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
linux_syscall_support.h 496 #ifndef MREMAP_FIXED
497 #define MREMAP_FIXED 2
    [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.c 8 #include <linux/mman.h> // MREMAP_FIXED
732 SY(__NR_mremap, x0+1, x0, x0, x0+MREMAP_FIXED, x0); FAILx(EINVAL);
    [all...]
  /external/valgrind/main/memcheck/tests/darwin/
scalar.c 1316 SY(__NR_mremap, x0+1, x0, x0, x0+MREMAP_FIXED, x0); FAILx(EINVAL);
    [all...]

Completed in 1178 milliseconds

1 23