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