Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Pascal - <b> maxavail return maximum available heap block pp 126</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MAXAVAIL            Return Maximum Available Heap Block              pp 126

 Syntax:  MaxAvail ;

 Type:    Integer

 Form:    Function

 Purpose: Returns the size of the largest consecutive block of free heap
          space, in paragraphs.


 ----------------------------------------------------------------------------


 Usage:
       VAR
          IntVar : Integer   ;

       BEGIN
          IntVar := MaxAvail ;
       END.

See Also: FreeMem GetMem MemAvail New Pointer

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson