◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ─────Run-Time Library─────────────────────────────────────────────────────── Include: <malloc.h> Syntax: int _heapset( unsigned fill ); int _bheapset( __segment seg, unsigned fill ); int _fheapset( unsigned fill ); int _nheapset( unsigned fill ); Returns: one of the following manifest constants: _HEAPBADBEGIN, _HEAPBADNODE, _HEAPEMPTY, _HEAPOK See also: _heapchk, _heapwalk -♦-