Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ ThrowStdBadAlloc
Function
ThrowStdBadAlloc
internal/new.cc:44–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
namespace {
43
44
[[noreturn, maybe_unused]] void ThrowStdBadAlloc() {
45
#ifdef ABSL_HAVE_EXCEPTIONS
46
throw std::bad_alloc();
47
#else
48
std::abort();
49
#endif
50
}
51
52
} // namespace
53
Callers
1
AlignedNew
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected