Searched refs:posix_madvise (Results 1 – 2 of 2) sorted by relevance
60 int rc = posix_madvise(addr, len, advice); in qemu_madvise()
2763 # On Darwin posix_madvise() has the same return semantics as plain madvise(),2770 int main(void) { return posix_madvise(NULL, 0, POSIX_MADV_DONTNEED); }'''))