Android ashmem Race Condition
Posted by deepcore on January 11, 2018 – 7:03 am
The Android MemoryIntArray class allows processes to share an in-memory array of integers backed by an “ashmem” file descriptor. As the class implements the Parcelable interface, it can be inserted into a Parcel, and optionally placed in a Bundle and transferred via binder to remote processes.
Post a reply
You must be logged in to post a comment.