C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
_set_new_handler functions
 Description Example                     Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Include:   #include <new.h>
 
  Syntax:    _PNH _set_new_handler( _PNH pNewHandler );
             _PNH _set_nnew_handler( _PNH pNewHandler );
             _PNH _set_fnew_handler( _PNH pNewHandler );
             _PNHH _set_hnew_handler( _PNHH pNewHandler );
             _PNHB _set_bnew_handler( _PNHB pNewHandler );
 
             See: _set_new_handler and Memory Models
                  _PNH, _PNHH, and _PNHB──pointers to functions
 
  Returns:   a pointer to the allocated program memory, if successful.
             0 if not.
 
  See also:  _bfreeseg, _bheapseg, calloc, delete, free, malloc, new,
             realloc
                                    -♦-