Dec 152017
 
Libraries for IRIT sources.
File IRITLIBS.ZIP from The Programmer’s Corner in
Category C Source Code
Libraries for IRIT sources.
File Name File Size Zip Size Zip Type
ALLOC15.DOC 1171 558 deflated
GIF_LIB.H 5926 1613 deflated
GIF_LIBL.LIB 24576 9858 deflated
GRAPHBGI.DOC 533 302 deflated

Download File IRITLIBS.ZIP Here

Contents of the ALLOC15.DOC file


ALLOC15.LIB was constructed from the dynamic allocation routines of Turbo C
Ver. 1.5. Turbo C version 1.5 size overhead per allocation is smaller than of
Turbo C 2.0 but is slower. If you prefer speed use Turbo C 2.0 routines. If you
prefer space, use Turbo C 1.5 routines, by constructing the library.
In order to construct the library, 4 routines should be extracted fro cl.lib in
Turbo C ver. 1.5: malloc, free, fmalloc and ffree using tlib, from the cl.lib
library, and combined together, again using tlib, to form the alloc15.lib
library.
Warnings for duplicate labels in alloc15.lib and cl.lib will probably be issued
and should be ignored.
As described above, you dont have to you it. If you decide not to, simply
delete alloc15.lib from your '.prj' file, and the regular malloc functions
(from cl.lib) will be linked instead.

The listing of the library as result from tlib follows:

Publics by module

FFREE size = 574
_farfree

FMALLOC size = 377
__Allocp _farmalloc

FREE size = 18
_free

MALLOC size = 19
_malloc


 December 15, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)