MCPcopy 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
283void BufferPool::ReleaseMemory(int64_t bytes_to_free) {
284 allocator_->ReleaseMemory(bytes_to_free);
285}
286
287int64_t BufferPool::GetSystemBytesLimit() const {
288 return allocator_->system_bytes_limit();

Callers 2

InitMemTrackerMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36