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

Method GetFreeListSize

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

Source from the content-addressed store, hash-verified

481}
482
483int BufferPool::BufferAllocator::GetFreeListSize(int core, int64_t len) {
484 return per_core_arenas_[core]->GetFreeListSize(len);
485}
486
487int64_t BufferPool::BufferAllocator::FreeToSystem(vector<BufferHandle>&& buffers) {
488 int64_t bytes_freed = 0;

Callers

nothing calls this directly

Calls 2

LoadMethod · 0.45
SizeMethod · 0.45

Tested by

no test coverage detected