Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: pkgsrc-changes
Date: 04/27/2001 15:10:40
Module Name: pkgsrc
Committed By: agc
Date: Fri Apr 27 12:10:40 UTC 2001
Update of /cvsroot/pkgsrc/devel/libmemmgr
In directory netbsd.hut.fi:/tmp/cvs-serv11761
Log Message:
Initial import of libmemmgr-1.04 into the packages collection.
Provided in PR 12581 by Ben Collver (collver@linuxfreemail.com)
MemMgr is a fairly trivial memory management library. There
is little it does that cannot be done using routines in the
C library. (In fact, allocation and disposal is implemented
using C library routines.) The purposes of MemMgr are two-
fold.
(i) Minimize configuration burden on applications that
dynamically allocate memory. For instance, malloc() on
some systems returns a char pointer; on others it
returns a void pointer. The MemMgr library routines
encapsulate system-specific configuration differences
and exports a fixed interface which is system-indepen-
dent. Once you compile and install it, you just use it
without thinking about whether your UNIX is System V or
BSD inspired.
(ii) Provide two parallel sets of allocation routines which
either return NULL (for applications which want to
check) or panic (for applications which simply want to
die) on allocation failures. Panicking is implemented
using the ETM library, which introduces a dependency on
the ETM distribution. So be it. I use ETM for all my
programs anyway
Vendor Tag: TNF
Release Tags: pkgsrc-base
N pkgsrc/devel/libmemmgr/Makefile
N pkgsrc/devel/libmemmgr/distinfo
N pkgsrc/devel/libmemmgr/pkg/DESCR
N pkgsrc/devel/libmemmgr/pkg/PLIST
N pkgsrc/devel/libmemmgr/patches/patch-aa
No conflicts created by this import