Ashmem is a linux kernel interface that allows processes which are not related by ancestry to share memory maps by name, which are cleaned up automatically.
I want to share data between two (ndk-)processes. For this I use ashmem using this source. One process is …
android android-ndk shared-memory ashmemI need to use cutils library and headers to implement ashmem on my NDK project but I could not find …
android-ndk ashmem