Home
last modified time | relevance | path

Searched defs:munmap (Results 1 - 10 of 10) sorted by relevance

/third_party/rust/crates/rustix/src/mm/
H A Dmmap.rs86 pub unsafe fn munmap(ptr: *mut c_void, len: usize) -> io::Result<()> { in munmap() functions
/third_party/rust/crates/nix/src/sys/
H A Dmman.rs488 pub unsafe fn munmap(addr: *mut c_void, len: size_t) -> Result<()> { in munmap() functions
/third_party/musl/src/hook/linux/
H A Dmalloc_common.c141 int munmap(void* addr, size_t length) in munmap() function
H A Dmusl_malloc_dispatch.h63 MallocMunmapType munmap; member
/third_party/musl/porting/linux/user/src/hook/
H A Dmalloc_common.c113 int munmap(void* addr, size_t length) in munmap() function
H A Dmusl_malloc_dispatch.h41 MallocMunmapType munmap; member
/third_party/alsa-lib/src/pcm/
H A Dpcm_local.h155 int (*munmap)(snd_pcm_t *pcm); member
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1009 pub fn munmap(addr: *mut ::c_void, len: ::size_t) -> ::c_int; in munmap() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1219 pub fn munmap(addr: *mut ::c_void, len: ::size_t) -> ::c_int; in munmap() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3659 pub fn munmap(addr: *mut ::c_void, len: ::size_t) -> ::c_int; in munmap() functions

Completed in 23 milliseconds