diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libmalloc/pkg-descr | 3 |
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. |