| 289 | } |
| 290 | |
| 291 | int64_t BufferPool::GetSystemBytesAllocated() const { |
| 292 | return allocator_->GetSystemBytesAllocated(); |
| 293 | } |
| 294 | |
| 295 | int64_t BufferPool::GetCleanPageBytesLimit() const { |
| 296 | return allocator_->GetCleanPageBytesLimit(); |
no outgoing calls