We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223ae47 commit ac4d400Copy full SHA for ac4d400
src/structures/paging/mapper/mod.rs
@@ -178,6 +178,10 @@ pub trait Mapper<S: PageSize> {
178
179
/// Maps the given frame to the virtual page with the same address.
180
///
181
+ /// This function might need additional physical frames to create new page
182
+ /// tables. These frames are allocated from the `frame_allocator` argument.
183
+ /// At most three frames are required.
184
+ ///
185
/// ## Safety
186
187
/// This is a convencience function that invokes [`map_to`] internally, so
0 commit comments