Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields  

InvPageTable Struct Reference
[Toy Memory Manager Interface]

Info about each page #. More...

#include <ToyMem.h>


Data Fields

int ID
 Which process it belongs to, or -1 for free.

int page
 It's virtual frame #.

int status
 1 if a page has been recently used, 0 if not


Detailed Description

Info about each page #.

Definition at line 35 of file ToyMem.h.


Field Documentation

int InvPageTable::ID
 

Which process it belongs to, or -1 for free.

Definition at line 38 of file ToyMem.h.

Referenced by TMM_AssignFrame(), TMM_EnablePaging(), and TMM_FrameFree().

int InvPageTable::page
 

It's virtual frame #.

Definition at line 40 of file ToyMem.h.

Referenced by TMM_AssignFrame(), and TMM_EnablePaging().

int InvPageTable::status
 

1 if a page has been recently used, 0 if not

Definition at line 42 of file ToyMem.h.

Referenced by TMM_AssignFrame(), TMM_ClearFrameStatus(), TMM_EnablePaging(), and TMM_SetFrameStatus().


The documentation for this struct was generated from the following file:
Generated on Fri Apr 4 14:29:07 2003 for ToyMem by doxygen1.3-rc3