Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ error_pageSizeNotAPowerOf2
Function
error_pageSizeNotAPowerOf2
quest/src/core/errors.cpp:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
void error_pageSizeNotAPowerOf2() {
114
115
raiseInternalError(
"The discovered page size was not a power of 2. Get Dr Denning on the phone."
);
116
}
117
118
void error_pageSizeNotAMultipleOfQcomp() {
119
Callers
1
cpu_getPageSize
Function · 0.85
Calls
1
raiseInternalError
Function · 0.85
Tested by
no test coverage detected