Home
last modified time | relevance | path

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

/lvgl-latest/env_support/rt-thread/
Dlv_rt_thread_conf.h26 # define LV_MEM_CUSTOM_ALLOC rt_malloc macro
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h60 #define LV_MEM_CUSTOM_ALLOC malloc macro
/lvgl-latest/
Dlv_conf_template.h64 #define LV_MEM_CUSTOM_ALLOC malloc
/lvgl-latest/src/
Dlv_conf_internal.h168 #ifndef LV_MEM_CUSTOM_ALLOC
170 #define LV_MEM_CUSTOM_ALLOC CONFIG_LV_MEM_CUSTOM_ALLOC macro
172 #define LV_MEM_CUSTOM_ALLOC malloc macro
/lvgl-latest/src/misc/
Dlv_mem.c136 void * alloc = LV_MEM_CUSTOM_ALLOC(size); in lv_mem_alloc()