Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/cache/
Dlv_cache_private.h151 lv_cache_alloc_cb_t alloc_cb; /**< The allocation function for cache entries */ member
Dlv_cache.c277 void lv_cache_set_create_cb(lv_cache_t * cache, lv_cache_create_cb_t alloc_cb, void * user_data) in lv_cache_set_create_cb()
Dlv_cache_lru_rb.c187 static void * alloc_cb(void) in alloc_cb() function