MCPcopy 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
113void error_pageSizeNotAPowerOf2() {
114
115 raiseInternalError("The discovered page size was not a power of 2. Get Dr Denning on the phone.");
116}
117
118void error_pageSizeNotAMultipleOfQcomp() {
119

Callers 1

cpu_getPageSizeFunction · 0.85

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected