type new_handler

The type of a handler function that is called by operator new or operator new[].

  typedef void (*new_handler)();
  

If new requires more memory allocation, the new_handler will: