Top "Ashmem" questions

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.

Writing to ashmem / why does android free ashmem?

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 ashmem
Cutils not included in NDK?

I need to use cutils library and headers to implement ashmem on my NDK project but I could not find …

android-ndk ashmem