Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ throw_oom_exception
Function
throw_oom_exception
ir/state.cpp:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
using namespace std;
17
18
static void throw_oom_exception() {
19
throw AliveException(
"Out of memory; skipping function."
, false);
20
}
21
22
namespace IR {
23
Callers
3
state.cpp
File · 0.85
startBB
Method · 0.85
rewriteUndef
Method · 0.85
Calls
1
AliveException
Class · 0.85
Tested by
no test coverage detected