Searched defs:munmap (Results 1 – 3 of 3) sorted by relevance
87 …public void munmap(long address, long byteCount) throws ErrnoException { os.munmap(address, byteCo… in munmap() method in ForwardingOs
79 public void munmap(long address, long byteCount) throws ErrnoException; in munmap() method
81 public native void munmap(long address, long byteCount) throws ErrnoException; in munmap() method in Posix