Searched defs:mincore (Results 1 – 4 of 4) sorted by relevance
103 public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; in mincore() method
111 …public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException { os.mincor… in mincore() method in ForwardingOs
105 public native void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; in mincore() method in Posix
277 …public static void mincore(long address, long byteCount, byte[] vector) throws ErrnoException { Li… in mincore() method in Os