| 117 | } |
| 118 | |
| 119 | bool isLocked(const void *ptr) { |
| 120 | return memoryManager().isUserLocked(const_cast<void *>(ptr)); |
| 121 | } |
| 122 | |
| 123 | void deviceMemoryInfo(size_t *alloc_bytes, size_t *alloc_buffers, |
| 124 | size_t *lock_bytes, size_t *lock_buffers) { |
nothing calls this directly
no test coverage detected