home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
PASCAL
/
PCTV1N5.ZIP
/
_HEAP.PAS
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Pascal/Delphi Source File
|
1990-10-04
|
159 b
|
14 lines
unit _Heap;
{Heap's private read/write variables}
interface
var
FreeBlocks: word;
MemAvail,
MaxAvail: LongInt;
implementation
end.