Home
last modified time | relevance | path

Searched refs:VM_FLAGS_ANYWHERE (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_mach_vm.cpp25 if (flags & VM_FLAGS_ANYWHERE) return false; in intersects_with_shadow()
/external/llvm-project/compiler-rt/test/tsan/Darwin/
Dmach_vm_allocate.c20 mach_vm_allocate(mach_task_self(), &addr, alloc_size, VM_FLAGS_ANYWHERE); in alloc()
/external/libchrome/base/test/
Dtest_shared_memory_util.cc97 mach_task_self(), &memory, kDataSize, 0, VM_FLAGS_ANYWHERE, memory_object, in CheckReadOnlySharedMemoryMachPort()
/external/libffi/src/
Dclosures.c201 VM_FLAGS_ANYWHERE); in ffi_trampoline_table_alloc()
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
Dffi.c599 kt = vm_allocate (mach_task_self (), &config_page, PAGE_SIZE*2, VM_FLAGS_ANYWHERE); in ffi_trampoline_table_alloc()
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs1651 pub const VM_FLAGS_ANYWHERE: ::c_int = 0x0001; constant
1665 VM_FLAGS_ANYWHERE |