This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd-ports
Watch
1
Star
0
Fork
0
You've already forked freebsd-ports
mirror of
https://git.FreeBSD.org/ports.git
synced
2024-11-01 22:05:08 +00:00
Code
Issues
Releases
Activity
e3598f746e
freebsd-ports
/
devel
/
mm
/
pkg-plist
7 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Import of MM, a portable shared memory library. The 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. This library is proposed to be used in future versions of Apache 1.3 as the base library for shared memory pools.
1999-03-24 14:14:13 +00:00
bin/mm-config
include/mm.h
lib/libmm.a
lib/libmm.la
lib/libmm.so
Upgrade MM Shared Memory Library from version 1.0.12 to 1.1.0
2000-04-30 09:49:00 +00:00
lib/libmm.so.11
Reference in New Issue
Copy Permalink