Woolz Image Processing
Version 1.8.3
|
A cache item for a AlcLRUCache. Typedef: AlcLRUCItem. More...
Data Fields | |
unsigned int | key |
size_t | sz |
void * | entry |
struct _AlcLRUCItem * | rankPrv |
struct _AlcLRUCItem * | rankNxt |
struct _AlcLRUCItem * | hashNxt |
A cache item for a AlcLRUCache. Typedef: AlcLRUCItem.
unsigned int _AlcLRUCItem::key |
Numeric key used as input to a hash function to locate the item.
Referenced by AlcLRUCacheFacts().
size_t _AlcLRUCItem::sz |
Size of the item's entry.
Referenced by AlcLRUCacheFacts().
void* _AlcLRUCItem::entry |
User supplied entry.
Referenced by AlcLRUCacheFacts(), AlcLRUCEntryRemoveAll(), and AlcLRUCEntryRemoveWithKey().
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().
struct _AlcLRUCItem* _AlcLRUCItem::hashNxt |
Next item in hash table or free item list.
Referenced by AlcLRUCacheFacts().