Home | History | Annotate | Download | only in allocator

Lines Matching refs:madvise

137         // Don't need to call madvise on remainder here.
1518 CHECK_EQ(madvise(madvise_begin, madvise_size, MADV_DONTNEED), 0);
2172 CHECK_EQ(madvise(start, end - start, MADV_DONTNEED), 0);