Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Dgem.h32 int (*munmap)(int drm_fd, uint32_t gem_handle, void *ptr, size_t size); member
/external/u-boot/tools/
Dmingw_support.c62 int munmap(void *addr, size_t len) in munmap() function
/external/compiler-rt/lib/profile/
DWindowsMMap.c84 void munmap(void *addr, size_t length) in munmap() function
/external/strace/
Dmem.c197 SYS_FUNC(munmap) in SYS_FUNC() argument
/external/python/cpython2/Modules/_ctypes/libffi/src/
Dclosures.c247 #define munmap dlmunmap macro
/external/libffi/src/
Dclosures.c247 #define munmap dlmunmap macro
/external/ImageMagick/MagickCore/
Dnt-base.h200 # define munmap(address,length) NTUnmapMemory(address,length) macro
/external/e2fsprogs/intl/
Dloadmsgcat.c464 # define munmap __munmap macro
/external/jemalloc/
Dconfigure.ac989 AC_ARG_ENABLE([munmap], optenable
/external/fastrpc/src/
Dfastrpc_apps_user.c1230 struct fastrpc_ioctl_munmap munmap; in remote_munmap64() local
/external/rust/crates/libc/src/unix/
Dmod.rs981 pub fn munmap(addr: *mut ::c_void, len: ::size_t) -> ::c_int; in munmap() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc731 TSAN_INTERCEPTOR(int, munmap, void *addr, long_t sz) { in TSAN_INTERCEPTOR() argument
/external/rust/crates/libc/src/vxworks/
Dmod.rs1254 pub fn munmap(addr: *mut ::c_void, len: ::size_t) -> ::c_int; in munmap() function
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h3074 LSS_INLINE _syscall2(int, munmap, void*, s, in _syscall2() argument
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3695 pub fn munmap(addr: *mut ::c_void, len: ::size_t) -> ::c_int; in munmap() function