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

Function error_gettingPageSizeFailed

quest/src/core/errors.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void error_gettingPageSizeFailed() {
109
110 raiseInternalError("Failed to get the page size.");
111}
112
113void error_pageSizeNotAPowerOf2() {
114

Callers 1

cpu_getPageSizeFunction · 0.85

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected