List of all members.
Public Attributes |
int | available_memory |
void * | context |
int | current_frame_identifier |
PN_stdfloat | frame_bandwidth_factor |
int | identifier |
LruPage * | lru_page_array [LPP_TotalPriorities] |
int | lru_page_count_array [LPP_TotalPriorities] |
LruPage ** | lru_page_free_pool |
LruPage ** | lru_page_pool |
LruPage * | lru_page_priority_change_array [FRAME_MAXIMUM_PRIORITY_CHANGES] |
PN_stdfloat | maximum_frame_bandwidth_utilization |
int | maximum_memory |
int | maximum_page_types |
int | maximum_pages |
int | minimum_memory |
Mutex * | mutex |
LruPageTypeFunction | page_in_function_array [MAXIMUM_LRU_PAGE_TYPES] |
LruPageTypeFunction | page_out_function_array [MAXIMUM_LRU_PAGE_TYPES] |
PageTypeStatistics * | page_type_statistics_array |
int | start_priority_index |
LruPage * | start_update_lru_page |
int | total_lifetime_page_ins |
int | total_lifetime_page_outs |
int | total_lru_page_priority_changes |
int | total_lru_pages_in_free_pool |
int | total_lru_pages_in_pool |
int | total_page_access |
double | total_page_access_size |
double | total_page_all_access_size |
int | total_page_ins |
int | total_page_ins_last_frame |
int | total_page_outs |
int | total_page_outs_last_frame |
int | total_pages |
PN_stdfloat | weight |
Detailed Description
Definition at line 198 of file lru.h.
The documentation for this struct was generated from the following file: