Searched defs:munmap (Results 1 – 15 of 15) sorted by relevance
| /external/igt-gpu-tools/lib/ |
| D | gem.h | 32 int (*munmap)(int drm_fd, uint32_t gem_handle, void *ptr, size_t size); member
|
| /external/u-boot/tools/ |
| D | mingw_support.c | 62 int munmap(void *addr, size_t len) in munmap() function
|
| /external/compiler-rt/lib/profile/ |
| D | WindowsMMap.c | 84 void munmap(void *addr, size_t length) in munmap() function
|
| /external/strace/ |
| D | mem.c | 197 SYS_FUNC(munmap) in SYS_FUNC() argument
|
| /external/python/cpython2/Modules/_ctypes/libffi/src/ |
| D | closures.c | 247 #define munmap dlmunmap macro
|
| /external/libffi/src/ |
| D | closures.c | 247 #define munmap dlmunmap macro
|
| /external/ImageMagick/MagickCore/ |
| D | nt-base.h | 200 # define munmap(address,length) NTUnmapMemory(address,length) macro
|
| /external/e2fsprogs/intl/ |
| D | loadmsgcat.c | 464 # define munmap __munmap macro
|
| /external/jemalloc/ |
| D | configure.ac | 989 AC_ARG_ENABLE([munmap], optenable
|
| /external/fastrpc/src/ |
| D | fastrpc_apps_user.c | 1230 struct fastrpc_ioctl_munmap munmap; in remote_munmap64() local
|
| /external/rust/crates/libc/src/unix/ |
| D | mod.rs | 981 pub fn munmap(addr: *mut ::c_void, len: ::size_t) -> ::c_int; in munmap() function
|
| /external/compiler-rt/lib/tsan/rtl/ |
| D | tsan_interceptors.cc | 731 TSAN_INTERCEPTOR(int, munmap, void *addr, long_t sz) { in TSAN_INTERCEPTOR() argument
|
| /external/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1254 pub fn munmap(addr: *mut ::c_void, len: ::size_t) -> ::c_int; in munmap() function
|
| /external/google-breakpad/src/third_party/lss/ |
| D | linux_syscall_support.h | 3074 LSS_INLINE _syscall2(int, munmap, void*, s, in _syscall2() argument
|
| /external/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3695 pub fn munmap(addr: *mut ::c_void, len: ::size_t) -> ::c_int; in munmap() function
|