Woolz Image Processing Version 1.4.0
_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().

Previous item in priority rank table.

Referenced by AlcLRUCacheFacts().

Next item in priority rank table.

Referenced by AlcLRUCacheFacts(), and AlcLRUCEntryRemoveAll().

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: