Searched defs:mincore (Results 1 – 4 of 4) sorted by relevance
370 …public static void mincore(long address, long byteCount, byte[] vector) throws ErrnoException { Li… in mincore() method in Os
128 public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; in mincore() method
155 …public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException { os.mincor… in mincore() method in ForwardingOs
126 public native void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; in mincore() method in Linux