new File Reference


Detailed Description

This is a Standard C++ Library header.

The header 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.

Namespaces

Classes

Typedefs

Functions

Variables


Function Documentation

void* operator new ( std::size_t   )  throw (std::bad_alloc)

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.

Referenced by std::__valarray_get_memory().


Generated on Thu Nov 1 13:13:09 2007 for libstdc++ by  doxygen 1.5.1