summaryrefslogtreecommitdiff
path: root/libc/malloc/README
diff options
context:
space:
mode:
Diffstat (limited to 'libc/malloc/README')
-rw-r--r--libc/malloc/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/libc/malloc/README b/libc/malloc/README
new file mode 100644
index 0000000..95f5928
--- /dev/null
+++ b/libc/malloc/README
@@ -0,0 +1,9 @@
+Copyright (C) 1995,1996 Robert de Bath <rdebath@cix.compulink.co.uk>
+This file is part of the Linux-8086 C library and is distributed
+under the GNU Library General Public License.
+
+This is a combined alloca/malloc package. It uses a classic algorithm
+and so may be seen to be quite slow compared to more modern routines
+with 'nasty' distributions of allocation.
+
+-Robert