| 200 | } |
| 201 | |
| 202 | static int64_t num_bytes_total_blocks(int num_block_bytes, int log_blocks) { |
| 203 | return (static_cast<int64_t>(num_block_bytes) << log_blocks) + padding_; |
| 204 | } |
| 205 | |
| 206 | inline int64_t num_groups_for_resize() const; |
| 207 |
no outgoing calls
no test coverage detected