| 160 | } |
| 161 | |
| 162 | Result<std::unique_ptr<Buffer>> MemoryManager::CopyNonOwnedTo( |
| 163 | const Buffer& buf, const std::shared_ptr<MemoryManager>& to) { |
| 164 | return nullptr; |
| 165 | } |
| 166 | |
| 167 | Result<std::shared_ptr<Buffer>> MemoryManager::ViewBufferFrom( |
| 168 | const std::shared_ptr<Buffer>& buf, const std::shared_ptr<MemoryManager>& from) { |
no test coverage detected