Reference
C Library
IOstream Library
Strings library
STL Containers
STL Algorithms
Miscellaneous
Miscellaneous
complex
exception
functional
iterator
limits
locale
memory
new
numeric
stdexcept
typeinfo
utility
valarray
new
bad_alloc
new_handler
nothrow
nothrow_t
set_new_handler
global namespace:
operator delete
operator delete[]
operator new
operator new[]


new

header

Dynamic memory

This header describes functions used to manage dynamic storage in C++.

Exceptionally within the standard library, this header declares several functions in the global namespace instead of in the std namespace: These are the operator overloads for new and delete, which handle dynamic storage requests. Some of these functions have also the special property of being replaceable in a program.

The header also defines some specific types and the set_new_handler function:

Contents

Functions:

Types:

Constants: