Searched defs:mincore (Results 1 – 3 of 3) sorted by relevance
81 …public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException { os.mincor… in mincore() method in ForwardingOs
73 public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; in mincore() method
75 public native void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; in mincore() method in Posix