Volatile ranges with fallocate()
Volatile ranges with fallocate()
Posted Jun 8, 2012 7:01 UTC (Fri) by kugel (subscriber, #70540)Parent article: Volatile ranges with fallocate()
Posted Jun 8, 2012 18:25 UTC (Fri)
by jstultz (subscriber, #212)
[Link]
Ashmem also serves a separate purpose to Android, which is to provide a way to create atomically unlinked tmpfs files that can be shared between applications. This avoids having applications accidentally leave tmpfs files that take memory even if on one is using them.
For this purpose, the ashmem driver still is useful, but can be submitted and reviewed independently without tangling the pin/unpin functionality into the discussion.
Volatile ranges with fallocate()