| 145 | #undef COPY_BUFFER_SUCCESS |
| 146 | |
| 147 | Result<std::shared_ptr<Buffer>> MemoryManager::CopyBufferFrom( |
| 148 | const std::shared_ptr<Buffer>& buf, const std::shared_ptr<MemoryManager>& from) { |
| 149 | return nullptr; |
| 150 | } |
| 151 | |
| 152 | Result<std::shared_ptr<Buffer>> MemoryManager::CopyBufferTo( |
| 153 | const std::shared_ptr<Buffer>& buf, const std::shared_ptr<MemoryManager>& to) { |