posix_madvise
PROTO_DEPRECATED(posix_madvise);
int posix_madvise(void *, size_t, int);
posix_madvise(addr, sz, POSIX_MADV_SEQUENTIAL);