Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ error_numaUnmappingFailed
Function
error_numaUnmappingFailed
quest/src/core/errors.cpp:138–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
void error_numaUnmappingFailed() {
139
140
raiseInternalError(
"NUMA-aware memory deallocation unexpectedly failed."
);
141
}
142
143
144
Callers
1
cpu_deallocNumaArray
Function · 0.85
Calls
1
raiseInternalError
Function · 0.85
Tested by
no test coverage detected