Commit f9dfd14 1 parent 45bdaaf commit f9dfd14 Copy full SHA for f9dfd14
File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -112,12 +112,6 @@ auto BufferPoolManager::Size() const -> size_t { return num_frames_; }
112
112
* You will maintain a thread-safe, monotonically increasing counter in the form of a `std::atomic<page_id_t>`.
113
113
* See the documentation on [atomics](https://en.cppreference.com/w/cpp/atomic/atomic) for more information.
114
114
*
115
- * Also, make sure to read the documentation for `DeletePage`! You can assume that you will never run out of disk
116
- * space (via `DiskScheduler::IncreaseDiskSpace`), so this function _cannot_ fail.
117
- *
118
- * Once you have allocated the new page via the counter, make sure to call `DiskScheduler::IncreaseDiskSpace` so you
119
- * have enough space on disk!
120
- *
121
115
* TODO(P1): Add implementation.
122
116
*
123
117
* @return The page ID of the newly allocated page.
You can’t perform that action at this time.
0 commit comments