aboutsummaryrefslogtreecommitdiff
path: root/devel/mm/pkg-descr
blob: 8ffe2f015e7e6139e6ceed74c8c60b27e10eeb85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OSSP mm - Shared Memory Allocation Library
Copyright (c) 1999-2005 Ralf S. Engelschall <rse@engelschall.com>
Copyright (c) 1999-2005 The OSSP Project <http://www.ossp.org/>

OSSP mm 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/