Technical Notes Database TN595D.txt AllOCATING AND RECLAIMING MEMORY USING DOS Category :Pascal Platform :All Product :Turbo Pascal 4.0+ Description: Q. What Dos functions can I use to reclaim memory to Dos? A. You essentially must write your own GetMem and FreeMem routines. GetMem would make a call to Dos function $48 and FreeMem would make a call to Dos function $49. For more details on these functions please consult an IBM PC programmer's guide. Reference: 7/16/98 4:35:33 PM
Last Modified: 01-SEP-99