Language: 
Русский
English
MaxAvail (function)
Returns the size of the largest contiguous free block in the heap.
Declaration
function MaxAvail: Longint;
Target
Windows, Real, Protected
Remarks
Returns the larger of:
 -  the largest free blocks within the heap manager's sub-allocation space
 -  the Windows global heap
The value corresponds to the size of the largest dynamic variable that can be allocated at that time.

 
 ::
      
 ::
      
 ::