We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0297161 commit a79a4e7Copy full SHA for a79a4e7
1 file changed
cpp/src/common/tablet.h
@@ -62,7 +62,8 @@ class Tablet {
62
sizeof(uint32_t) * (max_rows + 1), common::MOD_DEFAULT);
63
offsets[0] = 0;
64
buf_capacity = init_buf_capacity;
65
- buffer = (char*)common::mem_alloc(buf_capacity, common::MOD_DEFAULT);
+ buffer =
66
+ (char*)common::mem_alloc(buf_capacity, common::MOD_DEFAULT);
67
buf_used = 0;
68
}
69
0 commit comments