Searched defs:_lv_cache_class_t (Results 1 – 1 of 1) sorted by relevance
150 struct _lv_cache_class_t { struct151 lv_cache_alloc_cb_t alloc_cb; /**< The allocation function for cache entries */152 …lv_cache_init_cb_t init_cb; /**< The initialization function for cache entries */153 lv_cache_destroy_cb_t destroy_cb; /**< The destruction function for cache entries */155 lv_cache_get_cb_t get_cb; /**< The get function for cache entries */156 lv_cache_add_cb_t add_cb; /**< The add function for cache entries */157 lv_cache_remove_cb_t remove_cb; /**< The remove function for cache entries */158 lv_cache_drop_cb_t drop_cb; /**< The drop function for cache entries */159 lv_cache_drop_all_cb_t drop_all_cb; /**< The drop all function for cache entries */160 lv_cache_get_victim_cb get_victim_cb; /**< The get victim function for cache entries */[all …]