 |
operator new - C++ Reference - cplusplus.com - The C++ Resources Network
throwing (1) void* operator new (std::size_t size) throw (std::bad_alloc); nothrow (2) void* operator new (std::size_t size, const std::nothrow_t& nothrow_value) throw(); placement (3) void* operator new (std::size_t size, void* ptr) throw();
www.cplusplus.com |
 |