HomeSort by relevance Sort by last modified time
    Searched defs:munmap (Results 26 - 50 of 72) sorted by null

12 3

  /prebuilts/go/linux-x86/src/syscall/
zsyscall_freebsd_386.go 1291 func munmap(addr uintptr, length uintptr) (err error) { func
zsyscall_freebsd_amd64.go 1291 func munmap(addr uintptr, length uintptr) (err error) { func
zsyscall_freebsd_arm.go 1291 func munmap(addr uintptr, length uintptr) (err error) { func
zsyscall_netbsd_386.go 1225 func munmap(addr uintptr, length uintptr) (err error) { func
zsyscall_netbsd_amd64.go 1225 func munmap(addr uintptr, length uintptr) (err error) { func
zsyscall_netbsd_arm.go 1225 func munmap(addr uintptr, length uintptr) (err error) { func
zsyscall_openbsd_386.go 1265 func munmap(addr uintptr, length uintptr) (err error) { func
zsyscall_openbsd_amd64.go 1265 func munmap(addr uintptr, length uintptr) (err error) { func
zsyscall_openbsd_arm.go 1265 func munmap(addr uintptr, length uintptr) (err error) { func
  /toolchain/binutils/binutils-2.25/gold/
fileread.cc 55 # define munmap gold_munmap macro
139 if (::munmap(const_cast<unsigned char*>(this->data_), this->size_) != 0)
140 gold_warning(_("munmap failed: %s"), strerror(errno));
  /libcore/luni/src/main/java/android/system/
Os.java 310 * See <a href="http://man7.org/linux/man-pages/man2/munmap.2.html">munmap(2)</a>.
312 public static void munmap(long address, long byteCount) throws ErrnoException { Libcore.os.munmap(address, byteCount); } method in class:Os
  /libcore/luni/src/main/java/libcore/io/
ForwardingOs.java 118 public void munmap(long address, long byteCount) throws ErrnoException { os.munmap(address, byteCount); } method in class:ForwardingOs
Os.java 110 public void munmap(long address, long byteCount) throws ErrnoException; method in interface:Os
Posix.java 112 public native void munmap(long address, long byteCount) throws ErrnoException; method in class:Posix
  /external/e2fsprogs/intl/
loadmsgcat.c 464 # define munmap __munmap macro
1014 munmap ((void *) data, size);
    [all...]
  /external/fio/os/windows/
posix.c 302 int munmap(void *addr, size_t len) function
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_darwin_386.go 1381 func munmap(addr uintptr, length uintptr) (err error) func
    [all...]
zsyscall_darwin_amd64.go 1381 func munmap(addr uintptr, length uintptr) (err error) { func
    [all...]
zsyscall_darwin_arm.go 1381 func munmap(addr uintptr, length uintptr) (err error) func
    [all...]
zsyscall_darwin_arm64.go 1381 func munmap(addr uintptr, length uintptr) (err error) { func
zsyscall_linux_386.go 1106 func munmap(addr uintptr, length uintptr) (err error) { func
    [all...]
zsyscall_linux_amd64.go 1106 func munmap(addr uintptr, length uintptr) (err error) { func
    [all...]
zsyscall_linux_arm.go 1106 func munmap(addr uintptr, length uintptr) (err error) { func
    [all...]
zsyscall_linux_arm64.go 1106 func munmap(addr uintptr, length uintptr) (err error) { func
    [all...]
zsyscall_linux_ppc64.go 1106 func munmap(addr uintptr, length uintptr) (err error) { func
    [all...]

Completed in 408 milliseconds

12 3