| 136 | |
| 137 | |
| 138 | qindex getNumPagesToContainArray(long pageLen, qindex arrLen) { |
| 139 | |
| 140 | // round up to the nearest page |
| 141 | return static_cast<qindex>(std::ceil(arrLen / (qreal) pageLen)); |
| 142 | } |
| 143 | |
| 144 | |
| 145 | long cpu_getPageSize() { |
no outgoing calls
no test coverage detected