MCPcopy Create free account
hub / github.com/cmu-db/bustub / FlushAllPagesUnsafe

Method FlushAllPagesUnsafe

src/buffer/buffer_pool_manager.cpp:318–318  ·  view source on GitHub ↗

* @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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected