Use the returned alignment value to allocate aligned buffer for Direct I/O
| 256 | // Use the returned alignment value to allocate |
| 257 | // aligned buffer for Direct I/O |
| 258 | virtual size_t GetRequiredBufferAlignment() const override { return file_->GetRequiredBufferAlignment(); } |
| 259 | |
| 260 | /* |
| 261 | * Get the size of valid data in the file. |
no outgoing calls
no test coverage detected