Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DForwardingOs.java87 …public void munmap(long address, long byteCount) throws ErrnoException { os.munmap(address, byteCo… in munmap() method in ForwardingOs
DOs.java79 public void munmap(long address, long byteCount) throws ErrnoException; in munmap() method
DPosix.java81 public native void munmap(long address, long byteCount) throws ErrnoException; in munmap() method in Posix