Home | History | Annotate | Download | only in runtime

Lines Matching refs:madvise

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