#include <types-and-constants.hh>
Public Attributes | |
canonical_page_ID_t | page |
unsigned int | reference_count |
page_type_t | type |
shm_ID_t | shm_ID |
Definition at line 225 of file types-and-constants.hh.
|
The page # in canonical space. Definition at line 227 of file types-and-constants.hh. Referenced by Consumer::Consumer(), and Consumer::get_new_canonical_page(). |
|
|
The IPC shm ID for this page (if it is of that type). Definition at line 230 of file types-and-constants.hh. Referenced by Consumer::handle_shmat(). |
|
The type of this page (anonymous, etc.). Definition at line 229 of file types-and-constants.hh. Referenced by Consumer::Consumer(), Consumer::delete_defunct_shm_segments(), Consumer::get_new_canonical_page(), Consumer::handle_buffer_cache_deallocation(), Consumer::handle_complete_unmap(), Consumer::handle_cow_unmap(), Consumer::handle_file_cache_allocation(), Consumer::handle_file_cache_deallocation(), Consumer::handle_file_mmap_range(), and Consumer::handle_munmap_range(). |