Home
last modified time | relevance | path

Searched refs:lv_cache_entry_init (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/misc/cache/
Dlv_cache_entry.c160 lv_cache_entry_init(entry, cache, node_size); in lv_cache_entry_alloc()
164 void lv_cache_entry_init(lv_cache_entry_t * entry, const lv_cache_t * cache, const uint32_t node_si… in lv_cache_entry_init() function
Dlv_cache_entry.h94 void lv_cache_entry_init(lv_cache_entry_t * entry, const lv_cache_t * cache, const uint32_t node_si…
Dlv_cache_lru_rb.c172 lv_cache_entry_init(entry, &lru->cache, lru->cache.node_size); in alloc_new_node()