Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoHotkey/AutoHotkey
/ MemoryError
Function
MemoryError
source/script.cpp:13066–13069 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13064
}
13065
13066
ResultType MemoryError()
13067
{
13068
return g_script.RuntimeError(ERR_OUTOFMEM, nullptr, FAIL, nullptr, ErrorPrototype::Memory);
13069
}
13070
13071
void SimpleHeap::CriticalFail()
13072
{
Callers
15
PrepareForWrite
Method · 0.85
ControlSetName
Method · 0.85
SetName
Method · 0.85
ExpandExpression
Method · 0.85
ExpandSingleArg
Method · 0.85
ExpandArgs
Method · 0.85
UpdateOrCreateTimer
Method · 0.85
Push
Method · 0.85
AddVar
Method · 0.85
FindOrAddBuiltInVar
Method · 0.85
ExecUntil
Method · 0.85
PerformLoopFilePattern
Method · 0.85
Calls
1
RuntimeError
Method · 0.80
Tested by
no test coverage detected