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

Method FlushPageUnsafe

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

* @brief Flushes a page's data out to disk unsafely. * * This function will write out a page's data to disk if it has been modified. If the given page is not in memory, this * function will return `false`. * * You should not take a lock on the page in this function. * This means that you should carefully consider when to toggle the `is_dirty_` bit. * * ### Implementation * * You should p

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