Module pager

Module pager 

Source
Expand description

Pager, a trait for paging policy

Traitsยง

Pager
The Pager trait defines the interface for memory paging operations, including memory mapping (mmap), unmapping (munmap), and resolving page through get_user_page. It serves as the core abstraction for implementing paging policies in the operating system.