Woolz Image Processing  Version 1.7.5
_AlcLRUCItem Struct Reference

A cache item for a AlcLRUCache. Typedef: AlcLRUCItem. More...

Data Fields

unsigned int key
 
size_t sz
 
void * entry
 
struct _AlcLRUCItemrankPrv
 
struct _AlcLRUCItemrankNxt
 
struct _AlcLRUCItemhashNxt
 

Detailed Description

A cache item for a AlcLRUCache. Typedef: AlcLRUCItem.

Field Documentation

unsigned int _AlcLRUCItem::key

Numeric key used as input to a hash function to locate the item.

Referenced by AlcLRUCacheFacts(), AlcLRUCEntryAdd(), AlcLRUCEntryAddWithKey(), and AlcLRUCItemFind().

size_t _AlcLRUCItem::sz
struct _AlcLRUCItem* _AlcLRUCItem::rankPrv

Previous item in priority rank table.

Referenced by AlcLRUCacheFacts().

struct _AlcLRUCItem* _AlcLRUCItem::rankNxt

Next item in priority rank table.

Referenced by AlcLRUCacheFacts(), and AlcLRUCEntryRemoveAll().

struct _AlcLRUCItem* _AlcLRUCItem::hashNxt

Next item in hash table or free item list.

Referenced by AlcLRUCacheFacts(), AlcLRUCItemFind(), and AlcLRUCKeyGetNHashItem().


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