MCPcopy Create free account
hub / github.com/apache/impala / FreeBuffers

Method FreeBuffers

be/src/runtime/bufferpool/free-list-test.cc:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 void FreeBuffers(vector<BufferHandle>&& buffers) {
72 for (BufferHandle& buffer : buffers) {
73 allocator_->Free(move(buffer));
74 }
75 }
76
77 const static int MIN_BUFFER_LEN = 1024;
78

Callers

nothing calls this directly

Calls 2

moveFunction · 0.85
FreeMethod · 0.45

Tested by

no test coverage detected