Home
last modified time | relevance | path

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

/lvgl-latest/env_support/rt-thread/
Dlv_rt_thread_conf.h27 # define LV_MEM_CUSTOM_FREE rt_free macro
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h61 #define LV_MEM_CUSTOM_FREE free macro
/lvgl-latest/
Dlv_conf_template.h65 #define LV_MEM_CUSTOM_FREE free
/lvgl-latest/src/
Dlv_conf_internal.h175 #ifndef LV_MEM_CUSTOM_FREE
177 #define LV_MEM_CUSTOM_FREE CONFIG_LV_MEM_CUSTOM_FREE macro
179 #define LV_MEM_CUSTOM_FREE free macro
/lvgl-latest/src/misc/
Dlv_mem.c183 LV_MEM_CUSTOM_FREE(data); in lv_mem_free()