Expand description
Pager, a trait for paging policy
Traitsยง
- Pager
- The
Pagertrait defines the interface for memory paging operations, including memory mapping (mmap), unmapping (munmap), and resolving page throughget_user_page. It serves as the core abstraction for implementing paging policies in the operating system.