Home
last modified time | relevance | path

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

/lk-master/lib/libcpp/include/
A Dnew11 // Fake std::nothrow_t without a standard C++ library.
13 struct nothrow_t {};
16 void* operator new(size_t, const std::nothrow_t&) noexcept;
17 void* operator new[](size_t, const std::nothrow_t&) noexcept;
/lk-master/lib/libcpp/
A Dnew.cpp20 void *operator new (size_t s, const std::nothrow_t &) noexcept { in operator new() argument
24 void *operator new[](size_t s, const std::nothrow_t &) noexcept { in operator new[]() argument

Completed in 2 milliseconds