Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ ReleaseMemory
Method
ReleaseMemory
be/src/runtime/bufferpool/buffer-pool.cc:283–285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
281
}
282
283
void BufferPool::ReleaseMemory(int64_t bytes_to_free) {
284
allocator_->ReleaseMemory(bytes_to_free);
285
}
286
287
int64_t BufferPool::GetSystemBytesLimit() const {
288
return allocator_->system_bytes_limit();
Callers
2
InitMemTracker
Method · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.36