| 126 | } |
| 127 | |
| 128 | void error_numaAllocOrDeallocAttemptedOnWindows() { |
| 129 | |
| 130 | raiseInternalError("NUMA-aware memory allocation or deallocation was attempted on Windows though this is not yet implemented, indicating a potential build issue."); |
| 131 | } |
| 132 | |
| 133 | void error_numaBindingFailed() { |
| 134 |
no test coverage detected