Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
mm - 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.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
mm |
1.4.2 |
2.fc6 |
src |
339 KiB |
Fri Sep 8 13:42:54 2006 |
Changelog
- * Fri Sep 8 18:00:00 2006 Andreas Thienemann <andreas{%}bawue{*}net> - 1.4.2-2
- FE6 Rebuild
- * Thu Aug 17 18:00:00 2006 Andreas Thienemann <andreas{%}bawue{*}net> 1.4.2-1
- Updated to 1.4.2
- * Thu Mar 2 17:00:00 2006 Andreas Thienemann <andreas{%}bawue{*}net> 1.4.0-3
- --enable-debug to finally fix the debuginfo package.