Home
last modified time | relevance | path

Searched refs:alloc_cb (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/misc/cache/
Dlv_cache_lru_rb.c76 static void * alloc_cb(void);
103 .alloc_cb = alloc_cb,
118 .alloc_cb = alloc_cb,
187 static void * alloc_cb(void) in alloc_cb() function
Dlv_cache.c50 lv_cache_t * cache = cache_class->alloc_cb(); in lv_cache_create()
277 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() argument
280 cache->ops.create_cb = alloc_cb; in lv_cache_set_create_cb()
Dlv_cache.h194 void lv_cache_set_create_cb(lv_cache_t * cache, lv_cache_create_cb_t alloc_cb, void * user_data);
Dlv_cache_private.h151 lv_cache_alloc_cb_t alloc_cb; /**< The allocation function for cache entries */ member