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

Method FlushAllPages

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

* @brief Flushes all page data that is in memory to disk safely. * * You should take locks on the pages in this function to ensure that a consistent state is flushed to disk. * * ### Implementation * * You should probably leave implementing this function until after you have completed `CheckedReadPage`, * `CheckedWritePage`, and `FlushPage`, as it will likely be much easier to understand wh

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