|
CUBRID Engine
latest
|
#include <work_space.h>

Public Attributes | |
| int | mops_allocated |
| int | mops_freed |
| int | dirty_list_emergencies |
| int | corruptions |
| int | uncached_classes |
| int | pinned_cleanings |
| int | ignored_class_assignments |
| int | set_mops_allocated |
| int | set_mops_freed |
| int | instance_list_emergencies |
| int | temp_mops_allocated |
| int | temp_mops_freed |
Definition at line 220 of file work_space.h.
| int ws_statistics::corruptions |
Definition at line 226 of file work_space.h.
Referenced by ws_cull_mops(), and ws_dump().
| int ws_statistics::dirty_list_emergencies |
Definition at line 225 of file work_space.h.
Referenced by ws_cull_mops(), and ws_dump().
| int ws_statistics::ignored_class_assignments |
Definition at line 230 of file work_space.h.
Referenced by add_class_object(), and ws_dump().
| int ws_statistics::instance_list_emergencies |
Definition at line 235 of file work_space.h.
Referenced by ws_cull_mops().
| int ws_statistics::mops_allocated |
Definition at line 222 of file work_space.h.
Referenced by ws_dump(), and ws_make_mop().
| int ws_statistics::mops_freed |
Definition at line 223 of file work_space.h.
Referenced by ws_cull_mops(), and ws_dump().
| int ws_statistics::pinned_cleanings |
Definition at line 229 of file work_space.h.
Referenced by ws_clean(), and ws_dump().
| int ws_statistics::set_mops_allocated |
Definition at line 232 of file work_space.h.
Referenced by ws_dump().
| int ws_statistics::set_mops_freed |
Definition at line 233 of file work_space.h.
Referenced by ws_dump().
| int ws_statistics::temp_mops_allocated |
Definition at line 237 of file work_space.h.
Referenced by ws_make_temp_mop().
| int ws_statistics::temp_mops_freed |
Definition at line 238 of file work_space.h.
Referenced by ws_free_temp_mop().
| int ws_statistics::uncached_classes |
Definition at line 227 of file work_space.h.
Referenced by add_class_object(), ws_cache(), ws_decache(), ws_dirty(), and ws_dump().