| 191 | } |
| 192 | |
| 193 | Result<std::shared_ptr<Buffer>> AllocateEmptyBitmap(int64_t length, MemoryPool* pool) { |
| 194 | return AllocateEmptyBitmap(length, kDefaultBufferAlignment, pool); |
| 195 | } |
| 196 | |
| 197 | Result<std::shared_ptr<Buffer>> AllocateEmptyBitmap(int64_t length, int64_t alignment, |
| 198 | MemoryPool* pool) { |