ARB
|
Public Attributes | |
GBENTRY * | gbe |
gb_cache_idx | prev |
gb_cache_idx | next |
char * | data |
long | clock |
size_t | sizeof_data |
Definition at line 15 of file adcache.cxx.
GBENTRY* gb_cache_entry::gbe |
Definition at line 16 of file adcache.cxx.
Referenced by flush_cache_entry(), gb_alloc_cache_index(), and gb_read_cache().
gb_cache_idx gb_cache_entry::prev |
Definition at line 17 of file adcache.cxx.
Referenced by entry_is_linked(), link_cache_entry_to_top(), and unlink_cache_entry().
gb_cache_idx gb_cache_entry::next |
Definition at line 18 of file adcache.cxx.
Referenced by entry_is_linked(), flush_cache_entry(), gb_alloc_cache_index(), gb_cache::gb_cache(), link_cache_entry_to_top(), and unlink_cache_entry().
char* gb_cache_entry::data |
Definition at line 19 of file adcache.cxx.
Referenced by cache_free_some_memory(), flush_cache_entry(), gb_alloc_cache_index(), and gb_read_cache().
long gb_cache_entry::clock |
Definition at line 20 of file adcache.cxx.
Referenced by gb_alloc_cache_index(), and gb_read_cache().
size_t gb_cache_entry::sizeof_data |
Definition at line 21 of file adcache.cxx.
Referenced by cache_free_some_memory(), flush_cache_entry(), gb_alloc_cache_index(), and link_cache_entry_to_top().