aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-09-02 07:30:25 +0800
committerobrien <obrien@FreeBSD.org>2000-09-02 07:30:25 +0800
commit6657b52b72dbbb38dd026079d4ed649938e8d7cb (patch)
tree326c05a176f244922cd54bef038ada5805bf64c3 /devel
parent0b26362932199972164e6aa074526c8ea2b73a29 (diff)
downloadfreebsd-ports-gnome-6657b52b72dbbb38dd026079d4ed649938e8d7cb.tar.gz
freebsd-ports-gnome-6657b52b72dbbb38dd026079d4ed649938e8d7cb.tar.zst
freebsd-ports-gnome-6657b52b72dbbb38dd026079d4ed649938e8d7cb.zip
Give credit to the authors (also to help destingish this from other
malloc libs ports we have).
Diffstat (limited to 'devel')
-rw-r--r--devel/libmalloc/pkg-descr3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libmalloc/pkg-descr b/devel/libmalloc/pkg-descr
index 40778a38319f..2fdc1d374887 100644
--- a/devel/libmalloc/pkg-descr
+++ b/devel/libmalloc/pkg-descr
@@ -1,5 +1,6 @@
This is a complete set of memory allocation functions (malloc and
-friends).
+friends) from the Computer Systems Research Institute at U of Toronto.
+
The allocator is small, fast and space-efficient.
It performs coalescing on frees.