|
pstore2
|
An interface for accessing the fundamental virtual memory page size on the host. More...
#include <memory_mapper.hpp>

Public Member Functions | |
| system_page_size_interface (system_page_size_interface &&) noexcept=default | |
| system_page_size_interface (system_page_size_interface const &)=default | |
| system_page_size_interface & | operator= (system_page_size_interface &&) noexcept=default |
| system_page_size_interface & | operator= (system_page_size_interface const &)=default |
| virtual unsigned | get () const =0 |
An interface for accessing the fundamental virtual memory page size on the host.
1.8.13