Searched defs:munmap (Results 1 – 9 of 9) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | WindowsMMap.c | 84 void munmap(void *addr, size_t length) in munmap() function
|
/external/strace/ |
D | mem.c | 172 SYS_FUNC(munmap) in SYS_FUNC() argument
|
/external/ImageMagick/MagickCore/ |
D | nt-base.h | 197 # define munmap(address,length) NTUnmapMemory(address,length) macro
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | closures.c | 247 #define munmap dlmunmap macro
|
/external/e2fsprogs/intl/ |
D | loadmsgcat.c | 464 # define munmap __munmap macro
|
/external/jemalloc/ |
D | configure.ac | 989 AC_ARG_ENABLE([munmap], optenable
|
/external/fio/os/windows/ |
D | posix.c | 351 int munmap(void *addr, size_t len) 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/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 3074 LSS_INLINE _syscall2(int, munmap, void*, s, in _syscall2() argument
|