termux / libandroid-shmem

System V shared memory emulation on Android using ashmem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libandroid-shmem

System V shared memory (shmget, shmat, shmdt and shmctl) emulation on Android using ashmem for use in Termux.

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.

About

System V shared memory emulation on Android using ashmem.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 94.1%Language:Makefile 4.2%Language:Shell 1.7%