Searched defs:munmap (Results 1 – 4 of 4) sorted by relevance
407 …public static void munmap(long address, long byteCount) throws ErrnoException { Libcore.os.munmap(… in munmap() method in Os
136 public void munmap(long address, long byteCount) throws ErrnoException; in munmap() method
163 …public void munmap(long address, long byteCount) throws ErrnoException { os.munmap(address, byteCo… in munmap() method in ForwardingOs
132 public native void munmap(long address, long byteCount) throws ErrnoException; in munmap() method in Linux