OVERVIEW
Ashmem
Android Shared Memory(Ashmen) is a mechanism for inter-process communication (IPC) in the Android system. It allows different applications or processes to share a region of memory to efficiently exchange data.

Ashmem offcial site: https://developer.android.com/reference/android/os/SharedMemory