Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitExecAllocator.c101 #if TARGET_OS_OSX && defined(MAP_JIT)
105 #ifdef MAP_JIT
137 map_jit_flag = MAP_JIT; in get_map_jit_flag()
146 return MAP_JIT; in get_map_jit_flag()
163 #ifdef MAP_JIT in alloc_chunk()
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator_internals_posix.h104 map_flags |= MAP_JIT; in SystemAllocPagesInternal()
/external/swiftshader/src/Reactor/
DExecutableMemory.cpp335 mapping = mmap(nullptr, length, prot, flags | MAP_JIT, -1, 0); in allocateMemoryPages()
/external/rust/crates/nix/src/sys/
Dmman.rs138 MAP_JIT;
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2553 pub const MAP_JIT: ::c_int = 0x0800; constant
/external/pcre/dist2/
DChangeLog502 21. Improve MAP_JIT flag usage on MacOS. Patch by Rich Siegel.