| 46 | void Close(RuntimeState* state); |
| 47 | |
| 48 | BufferPool::ClientHandle* buffer_pool_client() { return &buffer_pool_client_; } |
| 49 | |
| 50 | /// Initialize 'buffer_pool_client_' and claim the initial reservation. The client is |
| 51 | /// cleaned up in Close(). Should not be called if the client is already open. |
no outgoing calls
no test coverage detected