* @brief Flushes all page data that is in memory to disk unsafely. * * You should not take locks on the pages in this function. * This means that you should carefully consider when to toggle the `is_dirty_` bit. * * ### Implementation * * You should probably leave implementing this function until after you have completed `CheckedReadPage`, * `CheckedWritePage`, and `FlushPage`, as it will
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected