C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
Memory-Allocation Functions
                                             Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
   The following functions control dynamic allocation of memory:
 
  _alloca      _bmalloc    _fheapset    _heapmin    _nfree
  _bcalloc     _bmsize     _fheapwalk   _heapset    _nheapchk
  _bexpand     _brealloc   _fmalloc     _heapwalk   _nheapmin
  _bfree        calloc     _fmsize      _hfree      _nheapset
  _bfreeseg    _expand      free         malloc     _nheapwalk
  _bheapadd    _fcalloc    _frealloc    _memavl     _nmalloc
  _bheapchk    _fexpand    _freect      _memmax     _nmsize
  _bheapmin    _ffree       halloc      _msize      _nrealloc
  _bheapseg    _fheapchk   _heapadd     _ncalloc     realloc
  _bheapset    _fheapmin   _heapchk     _nexpand    _stackavail
  _bheapwalk
                                    -♦-