Home
last modified time | relevance | path

Searched defs:_lv_cache_t (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/misc/cache/
Dlv_cache_private.h126 struct _lv_cache_t { struct
127 const lv_cache_class_t * clz; /**< Cache class. There are two built-in classes:
131 uint32_t node_size; /**< Size of a node */
133 uint32_t max_size; /**< Maximum size of the cache */
134 uint32_t size; /**< Current size of the cache */
136 lv_cache_ops_t ops; /**< Cache operations struct _lv_cache_ops_t */
138 … lock; /**< Cache lock used to protect the cache in multithreading environments */
140 const char * name; /**< Name of the cache */