Searched refs:MAP_JIT (Results 1 – 6 of 6) sorted by relevance
101 #if TARGET_OS_OSX && defined(MAP_JIT)105 #ifdef MAP_JIT137 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()
104 map_flags |= MAP_JIT; in SystemAllocPagesInternal()
335 mapping = mmap(nullptr, length, prot, flags | MAP_JIT, -1, 0); in allocateMemoryPages()
138 MAP_JIT;
2553 pub const MAP_JIT: ::c_int = 0x0800; constant
502 21. Improve MAP_JIT flag usage on MacOS. Patch by Rich Siegel.