Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dnew.cpp50 void* operator new(std::size_t size, const std::nothrow_t&) { in operator new()
54 void* operator new[](std::size_t size, const std::nothrow_t&) { in operator new[]()
58 void operator delete(void* ptr, const std::nothrow_t&) throw() { in operator delete()
62 void operator delete[](void* ptr, const std::nothrow_t&) throw() { in operator delete[]()