Searched defs:munmap (Results 1 – 15 of 15) sorted by relevance
| /third_party/libunwind/src/mingw/ |
| D | pal-single-threaded.c | 37 int munmap(void *addr, size_t length) in munmap() function
|
| /third_party/libunwind/src/win/ |
| D | pal-single-threaded.c | 37 int munmap(void *addr, size_t length) in munmap() function
|
| /third_party/musl/porting/linux/user/src/hook/ |
| D | malloc_common.c | 62 int munmap(void* addr, size_t length) in munmap() function
|
| D | musl_malloc_dispatch.h | 39 MallocMunmapType munmap; member
|
| /third_party/iowow/src/platform/win32/mman/ |
| D | mman.c | 103 int munmap(void *addr, size_t len) { in munmap() function
|
| /third_party/rust/crates/rustix/src/mm/ |
| D | mmap.rs | 86 pub unsafe fn munmap(ptr: *mut c_void, len: usize) -> io::Result<()> { in munmap() function
|
| /third_party/rust/crates/nix/src/sys/ |
| D | mman.rs | 488 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/ |
| D | syscalls.rs | 133 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/ |
| D | syscalls.rs | 125 pub(crate) unsafe fn munmap(ptr: *mut c::c_void, len: usize) -> io::Result<()> { in munmap() function
|
| /third_party/gstreamer/gstplugins_good/sys/v4l2/ |
| D | gstv4l2object.h | 213 gint (*munmap) (gpointer _start, gsize length); member
|
| /third_party/libffi/src/ |
| D | closures.c | 522 #define munmap dlmunmap macro
|
| /third_party/alsa-lib/src/pcm/ |
| D | pcm_local.h | 151 int (*munmap)(snd_pcm_t *pcm); member
|
| /third_party/rust/crates/libc/src/unix/ |
| D | mod.rs | 1009 pub fn munmap(addr: *mut ::c_void, len: ::size_t) -> ::c_int; in munmap() function
|
| /third_party/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1219 pub fn munmap(addr: *mut ::c_void, len: ::size_t) -> ::c_int; in munmap() function
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3659 pub fn munmap(addr: *mut ::c_void, len: ::size_t) -> ::c_int; in munmap() function
|