MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / throw_bad_alloc

Function throw_bad_alloc

extern/boost/boost/container/throw_exception.hpp:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149#elif defined(BOOST_NO_EXCEPTIONS)
150
151 BOOST_NORETURN inline void throw_bad_alloc()
152 {
153 BOOST_ASSERT(!"boost::container bad_alloc thrown");
154 std::abort();
155 }
156
157 BOOST_NORETURN inline void throw_out_of_range(const char* str)
158 {

Callers 1

allocateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected