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►
────────────────────────────────────────────────────────────────────────────
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
-♦-