MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / error_memSizeQueriedButWouldOverflow

Function error_memSizeQueriedButWouldOverflow

quest/src/core/errors.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 */
102
103void error_memSizeQueriedButWouldOverflow() {
104
105 raiseInternalError("Attempted to obtain memory necessary to allocate a distributed object's single-node partition but it overflowed size_t despite prior validation.");
106}
107
108void error_gettingPageSizeFailed() {
109

Callers 2

getLocalMemoryRequiredFunction · 0.85

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected