gcache.h File Reference

(r1785/r754)

Go to the source code of this file.

Classes

struct  CacheBlock
class  CamCache

Variables

CONST UINT32 FREE = 0xffffffff
const size_t FreeCacheBlockSize = 4 * sizeof(CacheBlock *) + sizeof (UINT32)
const size_t UsedCacheBlockSize = 5 * sizeof(CacheBlock *) + sizeof (UINT32)


Variable Documentation

CONST UINT32 FREE = 0xffffffff
 

Definition at line 104 of file gcache.h.

const size_t FreeCacheBlockSize = 4 * sizeof(CacheBlock *) + sizeof (UINT32)
 

Definition at line 127 of file gcache.h.

const size_t UsedCacheBlockSize = 5 * sizeof(CacheBlock *) + sizeof (UINT32)
 

Definition at line 128 of file gcache.h.


Generated on Sat Nov 10 03:49:10 2007 for Camelot by  doxygen 1.4.4