openbsd-ports/devel/mm/pkg/DESCR

11 lines
523 B
Plaintext
Raw Normal View History

2002-07-30 18:50:55 -04:00
OSSP mm - Shared Memory Allocation
1999-03-29 22:15:06 -05:00
2002-07-30 18:50:55 -04:00
The OSSP mm library is a 2-layer abstraction library which simplifies
1999-03-29 22:15:06 -05:00
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
2000-07-01 18:30:10 -04:00
those shared memory segments.