Home
last modified time | relevance | path

Searched defs:munmap (Results 1 – 15 of 15) sorted by relevance

/third_party/libunwind/src/mingw/
Dpal-single-threaded.c37 int munmap(void *addr, size_t length) in munmap() function
/third_party/libunwind/src/win/
Dpal-single-threaded.c37 int munmap(void *addr, size_t length) in munmap() function
/third_party/musl/porting/linux/user/src/hook/
Dmalloc_common.c62 int munmap(void* addr, size_t length) in munmap() function
Dmusl_malloc_dispatch.h39 MallocMunmapType munmap; member
/third_party/iowow/src/platform/win32/mman/
Dmman.c103 int munmap(void *addr, size_t len) { in munmap() function
/third_party/rust/crates/rustix/src/mm/
Dmmap.rs86 pub unsafe fn munmap(ptr: *mut c_void, len: usize) -> io::Result<()> { in munmap() function
/third_party/rust/crates/nix/src/sys/
Dmman.rs488 pub unsafe fn munmap(addr: *mut c_void, len: size_t) -> Result<()> { in munmap() function
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
Dsyscalls.rs133 pub(crate) unsafe fn munmap(addr: *mut c::c_void, length: usize) -> io::Result<()> { in munmap() function
/third_party/rust/crates/rustix/src/backend/libc/mm/
Dsyscalls.rs125 pub(crate) unsafe fn munmap(ptr: *mut c::c_void, len: usize) -> io::Result<()> { in munmap() function
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2object.h213 gint (*munmap) (gpointer _start, gsize length); member
/third_party/libffi/src/
Dclosures.c522 #define munmap dlmunmap macro
/third_party/alsa-lib/src/pcm/
Dpcm_local.h151 int (*munmap)(snd_pcm_t *pcm); member
/third_party/rust/crates/libc/src/unix/
Dmod.rs1009 pub fn munmap(addr: *mut ::c_void, len: ::size_t) -> ::c_int; in munmap() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1219 pub fn munmap(addr: *mut ::c_void, len: ::size_t) -> ::c_int; in munmap() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3659 pub fn munmap(addr: *mut ::c_void, len: ::size_t) -> ::c_int; in munmap() function