Home
last modified time | relevance | path

Searched refs:MAP_NORESERVE (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/libunwind/tests/
Dmapper.c42 #if !defined(MAP_NORESERVE)
43 # define MAP_NORESERVE 0 macro
59 #ifdef MAP_NORESERVE in main()
60 | MAP_NORESERVE in main()
/third_party/musl/arch/powerpc/bits/
Dmman.h3 #undef MAP_NORESERVE
4 #define MAP_NORESERVE 0x40 macro
/third_party/musl/arch/powerpc64/bits/
Dmman.h3 #undef MAP_NORESERVE
4 #define MAP_NORESERVE 0x40 macro
/third_party/musl/arch/mips/bits/
Dmman.h3 #undef MAP_NORESERVE
4 #define MAP_NORESERVE 0x0400 macro
/third_party/musl/arch/mips64/bits/
Dmman.h3 #undef MAP_NORESERVE
4 #define MAP_NORESERVE 0x0400 macro
/third_party/musl/arch/mipsn32/bits/
Dmman.h3 #undef MAP_NORESERVE
4 #define MAP_NORESERVE 0x0400 macro
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-blob.cc504 #ifndef MAP_NORESERVE
505 # define MAP_NORESERVE 0 macro
560 MAP_PRIVATE | MAP_NORESERVE, fd, 0); in hb_blob_create_from_file()
/third_party/pulseaudio/src/pulsecore/
Dshm.c187 #ifndef MAP_NORESERVE in sharedmem_create()
188 #define MAP_NORESERVE 0 in sharedmem_create() macro
191 …if ((m->ptr = mmap(NULL, PA_PAGE_ALIGN(m->size), PROT_READ|PROT_WRITE, MAP_SHARED|MAP_NORESERVE, f… in sharedmem_create()
/third_party/harfbuzz/src/
Dhb-blob.cc493 #ifndef MAP_NORESERVE
494 # define MAP_NORESERVE 0 macro
598 MAP_PRIVATE | MAP_NORESERVE, fd, 0); in hb_blob_create_from_file()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-blob.cc532 #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/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmman.h28 #define MAP_NORESERVE 0x4000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmman.h28 #define MAP_NORESERVE 0x4000 macro
/third_party/musl/include/sys/
Dmman.h28 #define MAP_NORESERVE 0x4000 macro
/third_party/musl/ndk_musl_include/sys/
Dmman.h28 #define MAP_NORESERVE 0x4000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmman.h21 #define MAP_NORESERVE 0x4000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmman.h28 #define MAP_NORESERVE 0x4000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmman.h30 #define MAP_NORESERVE 0x4000 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
Dtypes.rs71 const NORESERVE = linux_raw_sys::general::MAP_NORESERVE;
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs139 pub const MAP_NORESERVE: ::c_int = 0x400; constant
/third_party/rust/crates/rustix/src/backend/libc/mm/
Dtypes.rs185 const NORESERVE = c::MAP_NORESERVE;
/third_party/musl/porting/linux/user/ldso/
Dcfi.c344 …mmap_addr = mmap(NULL, shadow_size, PROT_READ, MAP_PRIVATE | MAP_ANONYMOUS | MAP_NORESERVE, -1, 0); in create_cfi_shadow()
/third_party/mesa3d/src/freedreno/afuc/
Demu.c440 MAP_PRIVATE | MAP_ANONYMOUS | MAP_NORESERVE, in emu_init()
/third_party/iowow/src/fs/
Diwexfile.c161 #ifdef MAP_NORESERVE in _exfile_initmmap_slot_lw()
162 ? (MAP_PRIVATE + MAP_NORESERVE) in _exfile_initmmap_slot_lw()
/third_party/rust/crates/nix/src/sys/
Dmman.rs87 MAP_NORESERVE;
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt480 MAP_NORESERVE

1234