qc.hlp (Table of Contents; Topic list)
_heapwalk Functions
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:   <malloc.h>
 
  Syntax:    int _heapwalk( _HEAPINFO *entryinfo );
             int _bheapwalk( _segment seg, _HEAPINFO *entryinfo );
             int _fheapwalk( _HEAPINFO *entryinfo );
             int _nheapwalk( _HEAPINFO *entryinfo );
 
  Returns:   one of the following manifest constants: _HEAPBADBEGIN,
             _HEAPBADNODE, _HEAPBADPTR, _HEAPEMPTY, _HEAPEND, _HEAPOK
 
  See also:  _heapchk, _heapset
                                    -♦-