| 87 | } |
| 88 | |
| 89 | bool isLocked(const void *ptr) { |
| 90 | return memoryManager().isUserLocked(const_cast<void *>(ptr)); |
| 91 | } |
| 92 | |
| 93 | void deviceMemoryInfo(size_t *alloc_bytes, size_t *alloc_buffers, |
| 94 | size_t *lock_bytes, size_t *lock_buffers) { |
nothing calls this directly
no test coverage detected