
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C 6.0 - <b>_bheapchk() check based heap for consistency</b>
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
_bheapchk() Check Based Heap for Consistency
#include <malloc.h>
int _bheapchk(seg);
_segment seg; Based heap segment
This is the based heap version of _heapchk(); it checks for minimal
consistency in the based heap indicated by seg and returns one of
these constants:
_HEAPOK, _HEAPEMPTY, _HEAPBADBEGIN, or _HEAPBADNODE
See _heapchk() for more information.
Returns: _HEAPOK, _HEAPEMPTY, _HEAPBADBEGIN, or _HEAPBADNODE
Portability: Not supported by the ANSI standard.
See Also: _bfree() _bmalloc() _heapchk() _heapset() _heapwalk()
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson