qc.hlp (Table of Contents; Topic list)
_heapchk Functions
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:   <malloc.h>
 
  Syntax:    int _heapchk( void );
             int _bheapchk( _segment seg );
             int _fheapchk( void );
             int _nheapchk( void );
 
  Returns:   one of the following manifest constants: _HEAPBADBEGIN,
             _HEAPBADNODE, _HEAPEMPTY, _HEAPOK
 
  See also:  _heapset, _heapwalk
                                    -♦-