Home
last modified time | relevance | path

Searched refs:VM_FLAGS_FIXED (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/test/tsan/Darwin/
Dmach_vm_allocate.c29 mach_vm_allocate(mach_task_self(), &addr, alloc_size, VM_FLAGS_FIXED); in alloc_fixed()
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs1650 pub const VM_FLAGS_FIXED: ::c_int = 0x0000; constant
1664 pub const VM_FLAGS_USER_REMAP: ::c_int = VM_FLAGS_FIXED |