Hacker News new | ask | show | jobs
by mrich 3478 days ago
> Android mmap's literally everything

Why is that so?

2 comments

allows code & resources to stay as clean pages because clean pages can be swapped out even though there's no swapfs whereas dirty pages can't (since there's no swapfs).
Why would you want it NOT to be so?