mm-config

Shared memory library - development files

Install

All systems
curl cmd.cat/mm-config.sh
Debian Debian
apt-get install libmm-dev
Ubuntu
apt-get install libmm-dev
image/svg+xml Kali Linux
apt-get install libmm-dev
Fedora
dnf install mm-devel
Windows (WSL2)
sudo apt-get update sudo apt-get install libmm-dev
Raspbian
apt-get install libmm-dev

libmm-dev

Shared memory library - development files

OSSP mm is a two layer abstraction library which simplifies the use of shared memory between forked (and therefore closely related) processes. It hides all platform-dependent aspects of the process from the user and provides a malloc(3)-style API. This package contains the development files required to compile programs that use mm.

mm-devel

Header files and libraries for mm development