MADV_SEQUENTIAL
case MADV_SEQUENTIAL:
if (madvise(ptr, len, MADV_SEQUENTIAL))
ASSERT_EQ(madvise(ptr, 10 * page_size, MADV_SEQUENTIAL), 0);