README 371 B

12345678910
  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.
  4. This is a combined alloca/malloc package. It uses a classic algorithm
  5. and so may be seen to be quite slow compared to more modern routines
  6. with 'nasty' distributions of allocation.
  7. -Robert