qc.hlp (Table of Contents; Topic list)
_heapset Functions
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  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
                                    -♦-