CUBRID Engine
latest
|
Public Attributes | |
pthread_mutex_t | LRU_mutex |
HEAP_CLASSREPR_ENTRY * | LRU_top |
HEAP_CLASSREPR_ENTRY * | LRU_bottom |
Definition at line 349 of file heap_file.c.
HEAP_CLASSREPR_ENTRY* heap_classrepr_LRU_list::LRU_bottom |
Definition at line 353 of file heap_file.c.
Referenced by heap_classrepr_entry_alloc(), heap_classrepr_entry_remove_from_LRU(), heap_classrepr_free(), and heap_classrepr_initialize_cache().
pthread_mutex_t heap_classrepr_LRU_list::LRU_mutex |
Definition at line 351 of file heap_file.c.
Referenced by heap_classrepr_decache_guessed_last(), heap_classrepr_entry_alloc(), heap_classrepr_finalize_cache(), heap_classrepr_free(), and heap_classrepr_initialize_cache().
HEAP_CLASSREPR_ENTRY* heap_classrepr_LRU_list::LRU_top |
Definition at line 352 of file heap_file.c.
Referenced by heap_classrepr_entry_remove_from_LRU(), heap_classrepr_free(), and heap_classrepr_initialize_cache().