MCPcopy Create free account
hub / github.com/audeering/opensmile / Bad_alloc

Method Bad_alloc

src/newmat/myexcept.cpp:468–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468Bad_alloc::Bad_alloc(const char* a_what) : BaseException()
469{
470 Select = BaseException::Select;
471 AddMessage("bad allocation\n"); AddMessage(a_what);
472 if (a_what) Tracer::AddTrace();
473}
474
475
476

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected