Home
last modified time | relevance | path

Searched refs:nothrow_t (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-0.14.4/sources/libraries/init/
Dinit_Alloc.cpp67 NN_WEAK_SYMBOL void* operator new (size_t size, const ::std::nothrow_t&) throw() in operator new() argument
72 NN_WEAK_SYMBOL void* operator new[] (size_t size, const ::std::nothrow_t&) throw() in operator new[]() argument
74 return operator new(size, ::std::nothrow_t()); in operator new[]()