/third_party/libunwind/libunwind/tests/ |
D | mapper.c | 42 #if !defined(MAP_NORESERVE) 43 # define MAP_NORESERVE 0 macro 68 #ifdef MAP_NORESERVE in main() 69 | MAP_NORESERVE in main()
|
/third_party/musl/arch/powerpc/bits/ |
D | mman.h | 3 #undef MAP_NORESERVE 4 #define MAP_NORESERVE 0x40 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | mman.h | 3 #undef MAP_NORESERVE 4 #define MAP_NORESERVE 0x40 macro
|
/third_party/musl/arch/mips/bits/ |
D | mman.h | 3 #undef MAP_NORESERVE 4 #define MAP_NORESERVE 0x0400 macro
|
/third_party/musl/arch/mips64/bits/ |
D | mman.h | 3 #undef MAP_NORESERVE 4 #define MAP_NORESERVE 0x0400 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | mman.h | 3 #undef MAP_NORESERVE 4 #define MAP_NORESERVE 0x0400 macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | shm.c | 193 #ifndef MAP_NORESERVE in sharedmem_create() 194 #define MAP_NORESERVE 0 in sharedmem_create() macro 197 …if ((m->ptr = mmap(NULL, PA_PAGE_ALIGN(m->size), PROT_READ|PROT_WRITE, MAP_SHARED|MAP_NORESERVE, f… in sharedmem_create()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-blob.cc | 532 #ifndef MAP_NORESERVE 533 # define MAP_NORESERVE 0 macro 657 MAP_PRIVATE | MAP_NORESERVE, fd, 0); in hb_blob_create_from_file_or_fail()
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
D | hugemmap28.c | 33 PROT_READ | PROT_WRITE, MAP_SHARED | MAP_NORESERVE, fd, 0); in run_test()
|
D | hugemmap17.c | 53 MAP_PRIVATE | MAP_NORESERVE, fd, 0); in run_test()
|
D | hugemmap27.c | 75 PROT_READ | PROT_WRITE, MAP_SHARED | MAP_NORESERVE, fd2, 0); in run_test()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mman.h | 28 #define MAP_NORESERVE 0x4000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mman.h | 28 #define MAP_NORESERVE 0x4000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mman.h | 28 #define MAP_NORESERVE 0x4000 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mman.h | 21 #define MAP_NORESERVE 0x4000 macro
|
/third_party/musl/include/sys/ |
D | mman.h | 28 #define MAP_NORESERVE 0x4000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mman.h | 30 #define MAP_NORESERVE 0x4000 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/ |
D | types.rs | 71 const NORESERVE = linux_raw_sys::general::MAP_NORESERVE;
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/ |
D | mod.rs | 139 pub const MAP_NORESERVE: ::c_int = 0x400; constant
|
/third_party/rust/crates/rustix/src/backend/libc/mm/ |
D | types.rs | 185 const NORESERVE = c::MAP_NORESERVE;
|
/third_party/mesa3d/src/freedreno/afuc/ |
D | emu.c | 440 MAP_PRIVATE | MAP_ANONYMOUS | MAP_NORESERVE, in emu_init()
|
/third_party/musl/ldso/linux/ |
D | cfi.c | 351 …mmap_addr = mmap(NULL, shadow_size, PROT_READ, MAP_PRIVATE | MAP_ANONYMOUS | MAP_NORESERVE, -1, 0); in create_cfi_shadow()
|
/third_party/musl/porting/linux/user/ldso/ |
D | cfi.c | 350 …mmap_addr = mmap(NULL, shadow_size, PROT_READ, MAP_PRIVATE | MAP_ANONYMOUS | MAP_NORESERVE, -1, 0); in create_cfi_shadow()
|
/third_party/rust/crates/nix/src/sys/ |
D | mman.rs | 87 MAP_NORESERVE;
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 210 pub const MAP_NORESERVE: ::c_int = 0x04000; constant
|