CUBRID Engine
latest
|
Public Attributes | |
int | num_stats_entries |
MHT_TABLE * | hfid_ht |
MHT_TABLE * | vpid_ht |
int | num_alloc |
int | num_free |
int | free_list_count |
HEAP_STATS_ENTRY * | free_list |
pthread_mutex_t | bestspace_mutex |
Definition at line 469 of file heap_file.c.
pthread_mutex_t heap_stats_bestspace_cache::bestspace_mutex |
Definition at line 478 of file heap_file.c.
Referenced by heap_check_all_pages(), heap_stats_add_bestspace(), heap_stats_bestspace_finalize(), heap_stats_bestspace_initialize(), heap_stats_del_bestspace_by_hfid(), heap_stats_del_bestspace_by_vpid(), and heap_stats_find_page_in_bestspace().
HEAP_STATS_ENTRY* heap_stats_bestspace_cache::free_list |
Definition at line 477 of file heap_file.c.
Referenced by heap_stats_add_bestspace(), heap_stats_bestspace_finalize(), heap_stats_bestspace_initialize(), and heap_stats_entry_free().
int heap_stats_bestspace_cache::free_list_count |
Definition at line 476 of file heap_file.c.
Referenced by heap_stats_add_bestspace(), heap_stats_bestspace_finalize(), heap_stats_bestspace_initialize(), and heap_stats_entry_free().
MHT_TABLE* heap_stats_bestspace_cache::hfid_ht |
Definition at line 472 of file heap_file.c.
Referenced by heap_check_all_pages(), heap_stats_add_bestspace(), heap_stats_bestspace_finalize(), heap_stats_bestspace_initialize(), heap_stats_del_bestspace_by_hfid(), heap_stats_del_bestspace_by_vpid(), and heap_stats_find_page_in_bestspace().
int heap_stats_bestspace_cache::num_alloc |
Definition at line 474 of file heap_file.c.
Referenced by heap_stats_add_bestspace(), and heap_stats_bestspace_initialize().
int heap_stats_bestspace_cache::num_free |
Definition at line 475 of file heap_file.c.
Referenced by heap_stats_bestspace_initialize(), and heap_stats_entry_free().
int heap_stats_bestspace_cache::num_stats_entries |
Definition at line 471 of file heap_file.c.
Referenced by heap_get_best_space_num_stats_entries(), heap_stats_add_bestspace(), heap_stats_bestspace_initialize(), heap_stats_del_bestspace_by_hfid(), heap_stats_del_bestspace_by_vpid(), and heap_stats_find_page_in_bestspace().
MHT_TABLE* heap_stats_bestspace_cache::vpid_ht |
Definition at line 473 of file heap_file.c.
Referenced by heap_check_all_pages(), heap_stats_add_bestspace(), heap_stats_bestspace_finalize(), heap_stats_bestspace_initialize(), heap_stats_del_bestspace_by_hfid(), heap_stats_del_bestspace_by_vpid(), and heap_stats_find_page_in_bestspace().