* added compilers lcc and bcc (linux86)
[mascara-docs.git] / compilers / linux86-0.16.17 / libc / malloc / README
blob95f592818173758a176e6d32b3af46a0d4d6e27a
1 Copyright (C) 1995,1996 Robert de Bath <rdebath@cix.compulink.co.uk>
2 This file is part of the Linux-8086 C library and is distributed
3 under the GNU Library General Public License.
5 This is a combined alloca/malloc package. It uses a classic algorithm
6 and so may be seen to be quite slow compared to more modern routines
7 with 'nasty' distributions of allocation.
9 -Robert