We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa85dbb commit 9c7ff09Copy full SHA for 9c7ff09
src/structures/paging/mapper/mod.rs
@@ -351,6 +351,10 @@ pub trait Mapper<S: PageSize> {
351
352
/// Maps the given frame to the virtual page with the same address.
353
///
354
+ /// This function might need additional physical frames to create new page
355
+ /// tables. These frames are allocated from the `frame_allocator` argument.
356
+ /// At most three frames are required.
357
+ ///
358
/// ## Safety
359
360
/// This is a convencience function that invokes [`map_to`] internally, so
0 commit comments