Home
last modified time | relevance | path

Searched defs:munmap (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/android/system/
DOs.java405 …public static void munmap(long address, long byteCount) throws ErrnoException { Libcore.os.munmap(… in munmap() method in Os
/libcore/luni/src/main/java/libcore/io/
DForwardingOs.java164 …public void munmap(long address, long byteCount) throws ErrnoException { os.munmap(address, byteCo… in munmap() method in ForwardingOs
DOs.java137 public void munmap(long address, long byteCount) throws ErrnoException; in munmap() method
DLinux.java133 public native void munmap(long address, long byteCount) throws ErrnoException; in munmap() method in Linux