| 1003 | } // namespace |
| 1004 | |
| 1005 | Result<std::unique_ptr<Buffer>> AllocateBuffer(const int64_t size, MemoryPool* pool) { |
| 1006 | return AllocateBuffer(size, kDefaultBufferAlignment, pool); |
| 1007 | } |
| 1008 | |
| 1009 | Result<std::unique_ptr<Buffer>> AllocateBuffer(const int64_t size, |
| 1010 | const int64_t alignment, |
no outgoing calls