Home | History | Annotate | Download | only in runtime

Lines Matching refs:madvise

250 // We then madvise this away.
280 // NB. madvise will probably write zeroes into the memory (on linux it does).
282 madvise(pregion, unwanted_size, MADV_DONTNEED);