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

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A Dcpp.h27 inline void *operator new(size_t size, const nothrow_t&) throw() argument
32 inline void *operator new[](size_t size, const nothrow_t&) throw() argument
/haiku/src/kits/media/
H A DMediaNode.cpp827 BMediaNode::operator new(size_t size, const nothrow_t&) throw() argument
843 BMediaNode::operator delete(void* ptr, const nothrow_t&) throw() argument

Completed in 95 milliseconds