Y
Hacker News
new
|
ask
|
show
|
jobs
by
mrich
3478 days ago
> Android mmap's literally everything
Why is that so?
2 comments
kllrnohj
3478 days ago
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).
link
cbsmith
3478 days ago
Why would you want it NOT to be so?
link