Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
108
void error_gettingPageSizeFailed() {
109
110
raiseInternalError(
"Failed to get the page size."
);
111
}
112
113
void error_pageSizeNotAPowerOf2() {
114
Callers
1
cpu_getPageSize
Function · 0.85
Calls
1
raiseInternalError
Function · 0.85
Tested by
no test coverage detected