|
The Pedigree Project 0.1
|
Collaboration diagram for SwapStore::State:Classes | |
| struct | Slot |
Public Attributes | |
| struct SwapStore::State::Slot | slots [MaximumPages] |
| PagingChannel | channel |
| unsigned char | buffer [PagingChannel::PageBytes] |
| size_t | pages = 0 |
| size_t | used = 0 |
Definition at line 8 of file SwapStore.cc.
| unsigned char SwapStore::State::buffer[PagingChannel::PageBytes] |
Definition at line 14 of file SwapStore.cc.
| PagingChannel SwapStore::State::channel |
Definition at line 13 of file SwapStore.cc.
| size_t SwapStore::State::pages = 0 |
Definition at line 15 of file SwapStore.cc.
| size_t SwapStore::State::used = 0 |
Definition at line 16 of file SwapStore.cc.