| 282 | } |
| 283 | |
| 284 | void DefaultMemoryManager::signalMemoryCleanup() { |
| 285 | cleanDeviceMemoryManager(this->getActiveDeviceId()); |
| 286 | } |
| 287 | |
| 288 | void DefaultMemoryManager::printInfo(const char *msg, const int device) { |
| 289 | UNUSED(device); |
no test coverage detected