Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
279
void BufferPool::Maintenance() {
280
allocator_->Maintenance();
281
}
282
283
void BufferPool::ReleaseMemory(int64_t bytes_to_free) {
284
allocator_->ReleaseMemory(bytes_to_free);
Callers
2
TEST_F
Function · 0.45
TestRandomInternalMulti
Method · 0.45
Calls
no outgoing calls
Tested by
2
TEST_F
Function · 0.36
TestRandomInternalMulti
Method · 0.36