MCPcopy Create free account
hub / github.com/bytedance/bolt / free

Method free

bolt/exec/Strings.cpp:73–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void 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

Callers 14

~TensorMethod · 0.45
FreeMethod · 0.45
freeToPoolMethod · 0.45
spillMethod · 0.45
finishMethod · 0.45
nextPartitionMethod · 0.45
eraseRowsSkippingKeysMethod · 0.45
convertCompositeInputMethod · 0.45
accumulatorMethod · 0.45
finishMethod · 0.45
nextPartitionMethod · 0.45
buildNextRowsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected