Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

bitmap.h File Reference

#include "copyright.h"
#include "utility.h"

Go to the source code of this file.

Compounds

class  Bitmap
 The following class defines a "bitmap" -- an array of bits, each of which can be independently set, cleared, and tested. Most useful for managing the allocation of the elements of an array -- for instance, disk sectors, or main memory pages. Each bit represents whether the corresponding sector or page is in use or free. More...


Variables

const int BitsInByte = 8
const int BitsInWord = sizeof(unsigned int) * BitsInByte


Variable Documentation

const int BitsInByte = 8
 

Definition at line 22 of file bitmap.h.

const int BitsInWord = sizeof(unsigned int) * BitsInByte
 

Definition at line 23 of file bitmap.h.


Generated at Wed Jul 4 11:32:22 2001 for Nachos by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001