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

/libcore/luni/src/main/java/android/system/
H A DOs.java351 * See <a href="http://man7.org/linux/man-pages/man2/munmap.2.html">munmap(2)</a>.
353 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/
H A DForwardingOs.java136 public void munmap(long address, long byteCount) throws ErrnoException { os.munmap(address, byteCount); } method in class:ForwardingOs
H A DLinux.java127 public native void munmap(long address, long byteCount) throws ErrnoException; method in class:Linux
H A DOs.java122 public void munmap(long address, long byteCount) throws ErrnoException; method in interface:Os

Completed in 45 milliseconds