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