Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_assert.h63 #if LV_USE_ASSERT_MALLOC
/lvgl-latest/src/
Dlv_conf_internal.h700 #ifndef LV_USE_ASSERT_MALLOC
703 #define LV_USE_ASSERT_MALLOC CONFIG_LV_USE_ASSERT_MALLOC macro
705 #define LV_USE_ASSERT_MALLOC 0 macro
708 …#define LV_USE_ASSERT_MALLOC 1 /*Checks is the memory is successfully allocated or no. (V… macro
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h256 #define LV_USE_ASSERT_MALLOC 1 /*Checks is the memory is successfully allocated or no. (Ve… macro
/lvgl-latest/
Dlv_conf_template.h268 #define LV_USE_ASSERT_MALLOC 1 /*Checks is the memory is successfully allocated or no. (Ve…
DKconfig370 config LV_USE_ASSERT_MALLOC config