C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
_heapwalk Functions
 Description Example                     Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  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
                                    -♦-