| 1008 | } // namespace |
| 1009 | |
| 1010 | Result<std::unique_ptr<Buffer>> AllocateBuffer(const int64_t size, MemoryPool* pool) { |
| 1011 | return AllocateBuffer(size, kDefaultBufferAlignment, pool); |
| 1012 | } |
| 1013 | |
| 1014 | Result<std::unique_ptr<Buffer>> AllocateBuffer(const int64_t size, |
| 1015 | const int64_t alignment, |
no outgoing calls