HomeSort by relevance Sort by last modified time
    Searched defs:munmap (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /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)
  /prebuilts/go/darwin-x86/src/runtime/
mmap.go 22 // munmap calls the munmap system call. It is implemented in assembly.
23 func munmap(addr unsafe.Pointer, n uintptr) func
cgo_mmap.go 42 func munmap(addr unsafe.Pointer, n uintptr) { func
57 // sysMunmap calls the munmap system call. It is implemented in assembly.
60 // callCgoMunmap calls the munmap function in the runtime/cgo package
os_nacl.go 283 func munmap(addr unsafe.Pointer, n uintptr) {} func
306 void *nacl_irt_memory_v0_3[3]; // mmap, munmap, mprotect
os3_solaris.go 24 //go:cgo_import_dynamic libc_munmap munmap "libc.so"
424 func munmap(addr unsafe.Pointer, n uintptr) { func
  /prebuilts/go/linux-x86/src/runtime/
mmap.go 22 // munmap calls the munmap system call. It is implemented in assembly.
23 func munmap(addr unsafe.Pointer, n uintptr) func
cgo_mmap.go 42 func munmap(addr unsafe.Pointer, n uintptr) { func
57 // sysMunmap calls the munmap system call. It is implemented in assembly.
60 // callCgoMunmap calls the munmap function in the runtime/cgo package
os_nacl.go 283 func munmap(addr unsafe.Pointer, n uintptr) {} func
306 void *nacl_irt_memory_v0_3[3]; // mmap, munmap, mprotect
  /external/compiler-rt/lib/profile/
WindowsMMap.c 84 void munmap(void *addr, size_t length) function
  /libcore/luni/src/main/java/libcore/io/
MemoryMappedFile.java 65 * Unmaps this memory-mapped file using munmap(2). This is a no-op if close has already been
75 Libcore.os.munmap(address, size);
  /frameworks/base/core/java/android/util/apk/
MemoryMappedFileDataSource.java 100 Os.munmap(mmapPtr, mmapRegionSize);
  /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/python/cpython3/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);
  /frameworks/base/core/java/android/os/
SharedMemory.java 310 * Cleaner that munmap regions
326 Os.munmap(mAddress, mSize);
  /external/ImageMagick/MagickCore/
nt-base.h 196 #if !defined(munmap)
197 # 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);
  /frameworks/base/services/core/java/com/android/server/
PinnerService.java 546 Os.munmap(address, mapSize);
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_dragonfly_amd64.go 1254 func munmap(addr uintptr, length uintptr) (err error) { func
zsyscall_freebsd_386.go 1252 func munmap(addr uintptr, length uintptr) (err error) { func
zsyscall_freebsd_amd64.go 1252 func munmap(addr uintptr, length uintptr) (err error) { func

Completed in 874 milliseconds

1 2 3 4 5