MCPcopy Create free account
hub / github.com/IntegralPilot/wasm_os / what

Method what

stdlib/cpp/new.hpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8// Standard library exception class for allocation failures
9struct bad_alloc {
10 const char* what() const noexcept {
11 return "bad allocation";
12 }
13};
14
15// nothrow_t

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected