The header file <new> defines functions for memory allocation.
| Functions | |
| set_new_handler | Establish a function which is called when memory allocation fails. |
| Operators | |
| operator delete | Heap storage deallocators operator. |
| operator new | Heap storage allocators operator. |