Home
last modified time | relevance | path

Searched refs:LV_MEM_POOL_ALLOC (Results 1 – 5 of 5) sorted by relevance

/lvgl-3.5.0/src/misc/
Dlv_mem.c91 #ifdef LV_MEM_POOL_ALLOC in lv_mem_init()
92 tlsf = lv_tlsf_create_with_pool((void *)LV_MEM_POOL_ALLOC(LV_MEM_SIZE), LV_MEM_SIZE); in lv_mem_init()
/lvgl-3.5.0/env_support/cmsis-pack/
Dlv_conf_cmsis.h52 #undef LV_MEM_POOL_ALLOC
/lvgl-3.5.0/
Dlv_conf_template.h59 #undef LV_MEM_POOL_ALLOC
/lvgl-3.5.0/src/
Dlv_conf_internal.h151 #ifndef LV_MEM_POOL_ALLOC
153 #define LV_MEM_POOL_ALLOC CONFIG_LV_MEM_POOL_ALLOC macro
155 #undef LV_MEM_POOL_ALLOC
/lvgl-3.5.0/docs/
DCHANGELOG.md786 - feat(mem) LV_MEM_POOL_ALLOC [`2458`](https://github.com/lvgl/lvgl/pull/2458)
916 - feat(mem) LV_MEM_POOL_ALLOC [`2458`](https://github.com/lvgl/lvgl/pull/2458)