D | new.cc | 78 void* operator new(std::size_t size, const std::nothrow_t& no) throw() { in operator new() argument 92 void* operator new[](std::size_t size, const std::nothrow_t& no) throw() { in operator new[]() argument 93 return ::operator new(size, no); in operator new[]()
|