• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ChangeLogH A D15-Aug-200615 KiB416304

INSTALLH A D19-Dec-2002666 2316

LICENSEH A D10-Aug-20061.9 KiB4233

Makefile.inH A D10-Aug-20065 KiB14182

PORTINGH A D19-Dec-20023.1 KiB120114

READMEH A D15-Aug-20061.4 KiB3225

THANKSH A D10-Jun-20063.5 KiB7165

aclocal.m4H A D10-Aug-200610.1 KiB388374

config.guessH A D07-Mar-200642.6 KiB1,4721,261

config.h.inH A D15-Aug-20065.8 KiB228152

config.subH A D07-Mar-200631.4 KiB1,6001,457

configureH A D15-Aug-2006761.7 KiB24,38119,356

configure.acH A D10-Aug-200611 KiB291258

libtool.m4H A D15-Aug-2006225.2 KiB6,3985,742

ltmain.shH A D07-Mar-2006191.8 KiB6,8645,416

mm-config.1H A D10-Aug-20065.8 KiB202178

mm-config.inH A D10-Aug-20063.9 KiB13080

mm-config.podH A D10-Aug-20063.6 KiB13096

mm.3H A D15-Aug-200633 KiB643619

mm.hH A D10-Aug-20069.6 KiB388270

mm.podH A D15-Aug-200625.4 KiB648465

mm_alloc.cH A D10-Aug-200612.8 KiB482314

mm_core.cH A D10-Aug-200620.4 KiB673550

mm_global.cH A D10-Aug-20063.9 KiB16195

mm_lib.cH A D10-Aug-20063.4 KiB11754

mm_test.cH A D10-Aug-20067.9 KiB267170

mm_vers.cH A D15-Aug-2006939 4731

shtoolH A D15-Aug-2006134.3 KiB3,9913,301

README

1   _        ___  ____ ____  ____
2  |_|_ _   / _ \/ ___/ ___||  _ \   _ __ ___  _ __ ___
3  _|_||_| | | | \___ \___ \| |_) | | '_ ` _ \| '_ ` _ \
4 |_||_|_| | |_| |___) |__) |  __/  | | | | | | | | | | |
5  |_|_|_|  \___/|____/____/|_|     |_| |_| |_|_| |_| |_|
6
7  OSSP mm - Shared Memory Allocation
8  Copyright (c) 1999-2006 Ralf S. Engelschall <rse@engelschall.com>
9  Copyright (c) 1999-2006 The OSSP Project <http://www.ossp.org/>
10  Version 1.4.2 (15-Aug-2006)
11
12  OSSP mm is a 2-layer abstraction library which simplifies the usage of
13  shared memory between forked (and this way strongly related) processes
14  under Unix platforms. On the first (lower) layer it hides all platform
15  dependent implementation details (allocation and locking) when dealing
16  with shared memory segments and on the second (higher) layer it
17  provides a high-level malloc(3)-style API for a convenient and well
18  known way to work with data-structures inside those shared memory
19  segments.
20
21  This library was successfully tested on FreeBSD, OpenBSD, NetBSD,
22  BSDI, Linux, SunOS, Solaris, Tru64, AIX, A/UX, HP-UX, ReliantUNIX,
23  IRIX, UnixWare and even Win32 Cygwin, BeOS and OS/390.
24
25  The documentation and latest release can be found on
26  http://www.ossp.org/pkg/lib/mm/
27
28                                       Ralf S. Engelschall
29                                       rse@engelschall.com
30                                       www.engelschall.com
31
32