CUBRID Engine
latest
|
Public Attributes | |
pthread_mutex_t | free_mutex |
HEAP_CLASSREPR_ENTRY * | free_top |
int | free_cnt |
Definition at line 357 of file heap_file.c.
int heap_classrepr_free_list::free_cnt |
Definition at line 361 of file heap_file.c.
Referenced by heap_classrepr_entry_alloc(), heap_classrepr_entry_free(), heap_classrepr_get(), and heap_classrepr_initialize_cache().
pthread_mutex_t heap_classrepr_free_list::free_mutex |
Definition at line 359 of file heap_file.c.
Referenced by heap_classrepr_entry_alloc(), heap_classrepr_entry_free(), heap_classrepr_finalize_cache(), and heap_classrepr_initialize_cache().
HEAP_CLASSREPR_ENTRY* heap_classrepr_free_list::free_top |
Definition at line 360 of file heap_file.c.
Referenced by heap_classrepr_entry_alloc(), heap_classrepr_entry_free(), and heap_classrepr_initialize_cache().