| 71 | } |
| 72 | |
| 73 | void Strings::free(HashStringAllocator& allocator) { |
| 74 | if (firstBlock != nullptr) { |
| 75 | allocator.free(firstBlock); |
| 76 | firstBlock = nullptr; |
| 77 | currentBlock = {nullptr, nullptr}; |
| 78 | } |
| 79 | } |
| 80 | } // namespace bytedance::bolt::aggregate::prestosql |
no outgoing calls
no test coverage detected