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

Method Maintenance

be/src/runtime/bufferpool/buffer-allocator.cc:465–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463}
464
465void BufferPool::BufferAllocator::Maintenance() {
466 for (unique_ptr<FreeBufferArena>& arena : per_core_arenas_) arena->Maintenance();
467}
468
469void BufferPool::BufferAllocator::ReleaseMemory(int64_t bytes_to_free) {
470 int64_t bytes_freed = 0;

Callers

nothing calls this directly

Calls 5

maxFunction · 0.85
FreeToSystemMethod · 0.80
GetBuffersToFreeMethod · 0.80
SizeMethod · 0.45
AddMethod · 0.45

Tested by

no test coverage detected