Parallel
xalloc.asc
Associated article: xalloc: an Expanded Memory Manager
Tags: Database Parallel
_XALLOC: AN EXPANDED MEMORY MANAGER FOR TURBO PASCAL_
by Herbert Gintis
[LISTING ONE]
unit xlineobj;
{ Typical use:
program xtest;
uses xalloc,xlineobj;
var
s : xline;
begin
if not xalloc_init then halt;
s.init;
s.put_text('This goes into ...


