◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ─────Run-Time Library─────────────────────────────────────────────────────── 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 -♦-