Searched refs:MREMAP_FIXED (Results 1 - 12 of 12) sorted by relevance

/external/strace/xlat/
H A Dmremap_flags.h7 #if defined(MREMAP_FIXED) || (defined(HAVE_DECL_MREMAP_FIXED) && HAVE_DECL_MREMAP_FIXED)
8 XLAT(MREMAP_FIXED),
/external/kernel-headers/original/uapi/linux/
H A Dmman.h7 #define MREMAP_FIXED 2 macro
/external/valgrind/main/none/tests/linux/
H A Dmremap2.c15 #define MREMAP_FIXED 2 macro
129 (fixed ? MREMAP_FIXED : 0);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmemory_region_map.cc128 // MREMAP_FIXED is a linux extension. How it's used in this file,
131 #ifndef MREMAP_FIXED
132 # define MREMAP_FIXED 0 macro
614 flags & MREMAP_FIXED ? (uintptr_t)new_addr : 0);
/external/strace/
H A Dmem.c215 #ifdef MREMAP_FIXED
216 if ((tcp->u_arg[3] & (MREMAP_MAYMOVE | MREMAP_FIXED)) ==
217 (MREMAP_MAYMOVE | MREMAP_FIXED))
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemory_region_map.cc129 // MREMAP_FIXED is a linux extension. How it's used in this file,
132 #ifndef MREMAP_FIXED
133 # define MREMAP_FIXED 0 macro
777 flags & MREMAP_FIXED ? (uintptr_t)new_addr : 0);
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h263 #define MREMAP_FIXED 2 /* the value in linux, though it doesn't really matter */ macro
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h260 #define MREMAP_FIXED 2 /* the value in linux, though it doesn't really matter */ macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinux_syscall_support.h508 #ifndef MREMAP_FIXED
509 #define MREMAP_FIXED 2 macro
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinux_syscall_support.h496 #ifndef MREMAP_FIXED
497 #define MREMAP_FIXED 2 macro
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.c8 #include <linux/mman.h> // MREMAP_FIXED
732 SY(__NR_mremap, x0+1, x0, x0, x0+MREMAP_FIXED, x0); FAILx(EINVAL);
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.c1316 SY(__NR_mremap, x0+1, x0, x0, x0+MREMAP_FIXED, x0); FAILx(EINVAL);

Completed in 306 milliseconds