summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-09-01 23:30:25 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-09-01 23:30:25 +0000
commit4b5f934357e14383d283a66d63aebe4382a25819 (patch)
tree6202da0e824a5e9607d6901dcc1bc0a0dee635d5 /devel
parentSpelling police. (diff)
Give credit to the authors (also to help destingish this from other
malloc libs ports we have).
Notes
Notes: svn path=/head/; revision=32187
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.