| 288 | } |
| 289 | |
| 290 | string XRTMemoryManager::DebugString() const { |
| 291 | // We might want to emit more detailed information here, like per device |
| 292 | // memory allocations. |
| 293 | return "XRTMemoryManager"; |
| 294 | } |
| 295 | |
| 296 | XRTMemoryManager::DeviceContext* XRTMemoryManager::GetDeviceContext( |
| 297 | int device_ordinal, bool create_if_missing) { |
no outgoing calls