Searched refs:nothrow_t (Results 1 – 1 of 1) sorted by relevance
120 NN_WEAK_SYMBOL void* operator new (size_t size, const ::std::nothrow_t&) throw() in operator new() argument125 NN_WEAK_SYMBOL void* operator new[] (size_t size, const ::std::nothrow_t&) throw() in operator new[]() argument127 return operator new(size, ::std::nothrow_t()); in operator new[]()