Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
willdealtry committed Sep 13, 2024
1 parent 9483af3 commit 644901e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/arcticdb/column_store/chunked_buffer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ class ChunkedBufferImpl {
auto [ptr, ts] = Allocator::aligned_alloc(sizeof(MemBlock));
new(ptr) MemBlock(data, size, offset, ts, false);
blocks_.emplace_back(reinterpret_cast<BlockType*>(ptr));
bytes_ += size;
}

void add_detachable_block(size_t capacity) {
Expand Down

0 comments on commit 644901e

Please sign in to comment.