|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <new>
Go to the source code of this file.
Functions | |
| void * | operator new (std::size_t) throw (std::bad_alloc) |
| void * | operator new[] (std::size_t) throw (std::bad_alloc) |
| void * | operator new (std::size_t size, const std::nothrow_t ¬hrow_constant) throw () |
| void * | operator new[] (std::size_t size, const std::nothrow_t ¬hrow_constant) throw () |
| void * operator new | ( | std::size_t | size, |
| const std::nothrow_t & | nothrow_constant | ||
| ) | |||
| throw | ( | ||
| ) | |||
Definition at line 15 of file new_nothrow.cpp.
| void * operator new | ( | std::size_t | ) | ||
| throw | ( | std::bad_alloc | |||
| ) | |||||
| void * operator new[] | ( | std::size_t | size, |
| const std::nothrow_t & | nothrow_constant | ||
| ) | |||
| throw | ( | ||
| ) | |||
Definition at line 27 of file new_nothrow.cpp.
| void * operator new[] | ( | std::size_t | ) | ||
| throw | ( | std::bad_alloc | |||
| ) | |||||