Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/termux/libandroid-shmem

System V shared memory emulation on Android using ashmem.
https://github.com/termux/libandroid-shmem

android ashmem shared-memory termux

Last synced: about 5 hours ago
JSON representation

System V shared memory emulation on Android using ashmem.

Awesome Lists containing this project

README

        

libandroid-shmem
================
System V shared memory (shmget, shmat, shmdt and shmctl) emulation on Android using ashmem for use in [Termux](https://termux.com/).

The shared memory segments it creates will be automatically destroyed when the creating process destroys them or dies, which differs from the System V shared memory behaviour.

Based on previous work in https://github.com/pelya/android-shmem.

Hacking
=======
The project can be developed on Android devices using Termux. Clone the repo and run `make` in the `tests/` folder after editing the library or test cases.