:orphan: .. title:: LVGL_USE_ASSERT_MEM .. option:: CONFIG_LVGL_USE_ASSERT_MEM *Enable memory allocation assertion* Type: ``bool`` Help ==== Enable memory allocation assertion Check if memory allocation is successful (Quite fast) Direct dependencies =================== \ :option:`LVGL_USE_DEBUG ` && \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`TEST ` Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.debug:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:14`` → ``lib/gui/Kconfig:4`` → ``lib/gui/lvgl/Kconfig:29`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Debug settings → Enable debug support .. parsed-literal:: config LVGL_USE_ASSERT_MEM bool "Enable memory allocation assertion" default y if \ :option:`TEST ` depends on \ :option:`LVGL_USE_DEBUG ` && \ :option:`LVGL ` help Enable memory allocation assertion Check if memory allocation is successful (Quite fast) *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*