| 127 | } |
| 128 | |
| 129 | bool isLocked(const void *ptr) { |
| 130 | return memoryManager().isUserLocked(const_cast<void *>(ptr)); |
| 131 | } |
| 132 | |
| 133 | void deviceMemoryInfo(size_t *alloc_bytes, size_t *alloc_buffers, |
| 134 | size_t *lock_bytes, size_t *lock_buffers) { |
nothing calls this directly
no test coverage detected