#include "new"
#include <exception_defines.h>
Include dependency graph for new_op.cc:
Go to the source code of this file.
Functions | |
void * | malloc (std::size_t) |
void * | operator new (std::size_t sz) throw (std::bad_alloc) |
Variables | |
new_handler | __new_handler |
|
|
|
These are replaceable signatures:
Definition at line 40 of file new_op.cc. References __new_handler, abort(), malloc(), and std::new_handler. |
|
Definition at line 37 of file new_op.cc. Referenced by operator new(). |