| 32 | } |
| 33 | |
| 34 | common::page_idx_t PageManager::estimatePagesNeededForSerialize() { |
| 35 | return freeSpaceManager->getMaxNumPagesForSerialization(); |
| 36 | } |
| 37 | |
| 38 | void PageManager::freeImmediatelyRewritablePageRange(FileHandle* fileHandle, PageRange entry) { |
| 39 | if constexpr (ENABLE_FSM) { |
no test coverage detected