Shared memory allocation library
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.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.4.2-27.fc35 | - |
Fedora 35 | 1.4.2-27.fc35 | - |
Fedora 34 | 1.4.2-26.fc34 | - |
You can contact the maintainers of this package via email at
mm dash maintainers at fedoraproject dot org
.