Searched refs:set_new_handler (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/backward/
H A Dnew.h40 using std::set_new_handler;
H A Ddefalloc.h69 set_new_handler(0);
/macosx-10.10.1/smb-759.0/lib/librpc/
H A Dmemory.cpp39 handler = std::set_new_handler(::abort);
40 std::set_new_handler(handler);
/macosx-10.10.1/libstdcxx-104.1/src/
H A Dnew_handler.cc36 set_new_handler(new_handler handler) throw() function in namespace:std
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DFastMalloc.cpp4603 // itself, not with other libraries calling set_new_handler.
4607 nh = std::set_new_handler(0);
4608 (void) std::set_new_handler(nh);

Completed in 137 milliseconds