The Pedigree Project 0.1
Classes | Public Attributes | List of all members
SwapStore::State Struct Reference
+ 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
 

Detailed Description

Definition at line 8 of file SwapStore.cc.

Member Data Documentation

◆ buffer

unsigned char SwapStore::State::buffer[PagingChannel::PageBytes]

Definition at line 14 of file SwapStore.cc.

◆ channel

PagingChannel SwapStore::State::channel

Definition at line 13 of file SwapStore.cc.

◆ pages

size_t SwapStore::State::pages = 0

Definition at line 15 of file SwapStore.cc.

◆ used

size_t SwapStore::State::used = 0

Definition at line 16 of file SwapStore.cc.


The documentation for this struct was generated from the following file: