diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-06-01 09:42:37 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-06-01 09:42:37 +0000 |
commit | a249020977a2394eb6f6b41a59e49167878d5f8d (patch) | |
tree | 5d607d247327f1beb39661a2ddfb9b78f6f2cd45 /devel/ptmalloc2 | |
parent | 75ef30fdb03f8f8cf0ccf2ea00b086adac621054 (diff) |
Notes
Diffstat (limited to 'devel/ptmalloc2')
-rw-r--r-- | devel/ptmalloc2/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ptmalloc2/pkg-descr b/devel/ptmalloc2/pkg-descr index 51dd3c1c9a98..9c500e90d555 100644 --- a/devel/ptmalloc2/pkg-descr +++ b/devel/ptmalloc2/pkg-descr @@ -1,5 +1,5 @@ ptmalloc is the original version of the malloc that was later included -in GNU libc. Under some circumsntaces, notably with pthreads and +in GNU libc. Under some circumstances, notably with pthreads and excessive calls to realloc, it performs significantly better than FreeBSD malloc. This version is *not* GPL or LGPL: |