| 285 | } |
| 286 | |
| 287 | int64_t BufferPool::GetSystemBytesLimit() const { |
| 288 | return allocator_->system_bytes_limit(); |
| 289 | } |
| 290 | |
| 291 | int64_t BufferPool::GetSystemBytesAllocated() const { |
| 292 | return allocator_->GetSystemBytesAllocated(); |
no test coverage detected