Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ error_allocOfQuESTEnvFailed
Function
error_allocOfQuESTEnvFailed
quest/src/core/errors.cpp:92–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
*/
91
92
void error_allocOfQuESTEnvFailed() {
93
94
raiseInternalError(
"Attempted memory allocation for the newly created QuESTEnv unexpectedly failed."
);
95
}
96
97
98
Callers
1
validateAndInitCustomQuESTEnv
Function · 0.85
Calls
1
raiseInternalError
Function · 0.85
Tested by
no test coverage detected