Comment 22 for bug 1304754

Revision history for this message
In , Jakub-gcc (jakub-gcc) wrote :

Perhaps it would be better instead of not doing the madvise at all if start or length isn't page aligned round the start to the next page boundary and end to the previous page boundary and madvise if the rounded end is above the rounded start.