Robert de Bath beba34dc22 Import Dev86src-0.16.15.tar.gz 20 years ago
..
Config 6d269edda0 Import Dev86src-0.15.5.tar.gz 10 years ago
Makefile ded00c0d1c Import Dev86src-0.16.11.tar.gz 10 years ago
README 6d269edda0 Import Dev86src-0.15.5.tar.gz 10 years ago
malloc.c beba34dc22 Import Dev86src-0.16.15.tar.gz 10 years ago
malloc.h 6d269edda0 Import Dev86src-0.15.5.tar.gz 10 years ago

README

Copyright (C) 1995,1996 Robert de Bath
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