Based on PavelAtr/android-shm and pelya/android-shmem.
- Using
ASharedMemory_create
andmemfd_create
. - Removed deprecated
ashmem_*
Bionic implementation of shm_open and shm_unlink to create/open or unlink POSIX shared memory objects based on memfd_create.
Based on PavelAtr/android-shm and pelya/android-shmem.
ASharedMemory_create
and memfd_create
.ashmem_*
Bionic implementation of shm_open and shm_unlink to create/open or unlink POSIX shared memory objects based on memfd_create.
MIT License