summaryrefslogtreecommitdiff
path: root/libc/malloc1/README
blob: 95f592818173758a176e6d32b3af46a0d4d6e27a (plain)
1
2
3
4
5
6
7
8
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