diff options
Diffstat (limited to 'devel/dlmalloc/pkg-descr')
-rw-r--r-- | devel/dlmalloc/pkg-descr | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/dlmalloc/pkg-descr b/devel/dlmalloc/pkg-descr deleted file mode 100644 index b39f07dd3906..000000000000 --- a/devel/dlmalloc/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -This is a version (aka dlmalloc) of malloc/free/realloc written by Doug Lea -and released to the public domain. Use, modify, and redistribute this code -without permission or acknowledgement in any way you wish. Send questions, -comments, complaints, performance data, etc to dl@cs.oswego.edu - -This is not the fastest, most space-conserving, most portable, or most -tunable malloc ever written. However it is among the fastest while also being -among the most space-conserving, portable and tunable. Consistent balance -across these factors results in a good general-purpose allocator for -malloc-intensive programs. - -WWW: http://gee.cs.oswego.edu/dl/html/malloc.html |