qc.hlp (Table of Contents; Topic list)
_memmax
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:   <malloc.h>
 
  Syntax:    size_t _memmax( void );
 
  Returns:   size in bytes of largest contiguous free space in the near
             heap if successful; otherwise, 0.
 
  See also:  malloc, _msize
                                    -♦-