new
defines several functions to manage dynamic memory and handling memory allocation errors; see http://gcc.gnu.org/onlinedocs/libstdc++/18_support/howto.html#4 for more.
Definition in file new.
Go to the source code of this file.
|
If you write your own error handler to be called by |
|
These are replaceable signatures:
Placement new and delete signatures (take a memory address argument, does nothing) may not be replaced by a user's program. |
|
Takes a replacement handler as the argument, returns the previous handler.
|