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

Method Maintenance

be/src/runtime/bufferpool/buffer-pool.cc:279–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279void BufferPool::Maintenance() {
280 allocator_->Maintenance();
281}
282
283void BufferPool::ReleaseMemory(int64_t bytes_to_free) {
284 allocator_->ReleaseMemory(bytes_to_free);

Callers 2

TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36