| 131 | } |
| 132 | |
| 133 | void error_numaBindingFailed() { |
| 134 | |
| 135 | raiseInternalError("The binding of memory pages to NUMA nodes (with mbind) unexpectedly failed, despite prior reservation (with mmap) succeeding."); |
| 136 | } |
| 137 | |
| 138 | void error_numaUnmappingFailed() { |
| 139 |
no test coverage detected