Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_common_mac.cpp28 #ifdef VM_MEMORY_OS_ALLOC_ONCE
29 static const int kSanitizerVmMemoryOsAllocOnce = VM_MEMORY_OS_ALLOC_ONCE;
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs1732 pub const VM_MEMORY_OS_ALLOC_ONCE: ::c_int = 73; constant