Searched defs:madvise (Results 1 – 4 of 4) sorted by relevance
450 …public static void madvise(long address, long byteCount, int advice) throws ErrnoException { Libco… in madvise() method in Os
418 public void madvise(long addr, long byteCount, int advice) throws ErrnoException; in madvise() method
480 …public void madvise(long address, long byteCount, int advice) throws ErrnoException { os.madvise(a… in madvise() method in ForwardingOs
163 public native void madvise(long address, long byteCount, int advice) throws ErrnoException; in madvise() method in Linux