The devel/mm port
mm-1.4.2 – shared memory lib for apps with pre-forked process model (cvsweb github mirror)
Description
OSSP mm - Shared Memory Allocation The OSSP mm library is a 2-layer abstraction library which simplifies the usage of shared memory between forked (and this way strongly related) processes under Unix platforms. On the first layer it hides all platform dependent implementation details (allocation and locking) when dealing with shared memory segments and on the second layer it provides a high-level malloc(3)-style API for a convenient and well known way to work with data-structures inside those shared memory segments.WWW: http://www.ossp.org/pkg/lib/mm/
Maintainer
The OpenBSD ports mailing-list
Categories
Files
- /usr/local/bin/mm-config
- /usr/local/include/mm.h
- /usr/local/lib/libmm.a
- /usr/local/lib/libmm.la
- /usr/local/lib/libmm.so.13.22
- /usr/local/man/man1/mm-config.1
- /usr/local/man/man3/mm.3