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