/bionic/libc/arch-arm/syscalls/ |
munmap.S | 5 ENTRY(munmap) function 16 END(munmap)
|
/bionic/libc/arch-arm64/syscalls/ |
munmap.S | 5 ENTRY(munmap) function 14 END(munmap)
|
/bionic/libc/arch-mips/syscalls/ |
munmap.S | 5 ENTRY(munmap) function 19 END(munmap)
|
/bionic/libc/arch-mips64/syscalls/ |
munmap.S | 5 ENTRY(munmap) function 25 END(munmap)
|
/bionic/libc/arch-x86/syscalls/ |
munmap.S | 5 ENTRY(munmap) function 34 END(munmap)
|
/bionic/libc/arch-x86_64/syscalls/ |
munmap.S | 5 ENTRY(munmap) function 15 END(munmap)
|
/external/compiler-rt/lib/profile/ |
WindowsMMap.c | 84 void munmap(void *addr, size_t length) function
|
/external/u-boot/tools/ |
mingw_support.c | 5 * mmap/munmap implementation derived from: 62 int munmap(void *addr, size_t len) function
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
closures.c | 241 /* Use these for mmap and munmap within dlmalloc.c. */ 247 #define munmap dlmunmap macro 252 #undef munmap macro 471 munmap (ptr, length); 551 int ret = munmap (code, length); 556 return munmap (start, length);
|
/external/ImageMagick/MagickCore/ |
nt-base.h | 199 #if !defined(munmap) 200 # define munmap(address,length) NTUnmapMemory(address,length) macro
|
/external/libffi/src/ |
closures.c | 241 /* Use these for mmap and munmap within dlmalloc.c. */ 247 #define munmap dlmunmap macro 252 #undef munmap macro 499 munmap (ptr, length); 579 int ret = munmap (code, length); 584 return munmap (start, length);
|
/external/e2fsprogs/intl/ |
loadmsgcat.c | 464 # define munmap __munmap macro 1014 munmap ((void *) data, size); [all...] |