• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ConfigH A D29-Oct-201324 21

MakefileH A D03-May-2022558 2313

READMEH A D29-Oct-2013371 107

malloc.cH A D29-Oct-201311.4 KiB550427

malloc.hH A D29-Oct-2013666 3116

README

1Copyright (C) 1995,1996 Robert de Bath <rdebath@cix.compulink.co.uk>
2This file is part of the Linux-8086 C library and is distributed
3under the GNU Library General Public License.
4
5This is a combined alloca/malloc package. It uses a classic algorithm
6and so may be seen to be quite slow compared to more modern routines
7with 'nasty' distributions of allocation.
8
9-Robert
10