#include "new"
#include <exception_defines.h>
Include dependency graph for new_opnt.cc:
Go to the source code of this file.
Functions | |
void* | malloc (std::size_t) |
void* | operator new (std::size_t sz, const std::nothrow_t &) throw () |
Variables | |
new_handler | __new_handler |
|
Referenced by std::_Temporary_buffer::_M_allocate_buffer(), __cxxabiv1::__cxa_allocate_exception(), __cxxabiv1::__cxa_get_globals(), std::__malloc_alloc_template::allocate(), and operator new(). |
|
Definition at line 40 of file new_opnt.cc. Referenced by std::__valarray_get_memory(), and operator new[](). |
|
Definition at line 37 of file new_opnt.cc. |